diff options
author | lynne <lynne@voltanet.io> | 2021-05-11 15:10:10 +0200 |
---|---|---|
committer | lynne <lynne@voltanet.io> | 2021-05-11 15:43:07 +0200 |
commit | 9160389122d425a83fe2a6cf30d72f993b1d1b47 (patch) | |
tree | 9169fadb171a98d9b4cf5a1a67d488dc109aae02 /doc/user/ospf6d.rst | |
parent | ospf6d: Limit the number of interface addresses being supported (diff) | |
download | frr-9160389122d425a83fe2a6cf30d72f993b1d1b47.tar.xz frr-9160389122d425a83fe2a6cf30d72f993b1d1b47.zip |
ospf6d: document the interface address limits for ospfv3
Signed-off-by: Lynne Morrison <lynne@voltanet.io>
Diffstat (limited to '')
-rw-r--r-- | doc/user/ospf6d.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/ospf6d.rst b/doc/user/ospf6d.rst index 573b9c8d7..d7f4a3303 100644 --- a/doc/user/ospf6d.rst +++ b/doc/user/ospf6d.rst @@ -305,3 +305,13 @@ Larger example with policy and various options set: ipv6 access-class access6 exec-timeout 0 0 ! + + +Configuration Limits +==================== + +Ospf6d currently supports 100 interfaces addresses if MTU is set to +default value, and 200 interface addresses if MTU is set to jumbo +packet size or larger. + + |