diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-23 16:18:41 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 22:28:39 +0100 |
commit | 966fcb6c0fc714ba84c2fd63c536dd6d3aba2be6 (patch) | |
tree | 96c797615c12d622c2b2ce038b7b620acfa1caab /yang | |
parent | zebra: convert interface ipv6 nd other-config-flag command to NB (diff) | |
download | frr-966fcb6c0fc714ba84c2fd63c536dd6d3aba2be6.tar.xz frr-966fcb6c0fc714ba84c2fd63c536dd6d3aba2be6.zip |
zebra: convert interface ipv6 nd mtu command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r-- | yang/frr-zebra.yang | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index 04f4023da..1a00b84ed 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -2342,6 +2342,17 @@ module frr-zebra { "RFC 4861: Neighbor Discovery for IP version 6 (IPv6) - AdvOtherConfigFlag"; } + leaf link-mtu { + type uint32; + default "0"; + description + "The value to be placed in MTU options sent by the + router. A value of zero indicates that no MTU options + are sent."; + reference + "RFC 4861: Neighbor Discovery for IP version 6 (IPv6) + - AdvLinkMTU"; + } leaf reachable-time { type uint32 { range "0..3600000"; |