summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-23 16:17:48 +0100
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 22:28:39 +0100
commitb829d5fca2cd94a3409f3354e98be676ace7e04f (patch)
tree1cd79c614eb4b76086137745e8abb6a18326a077 /yang
parentzebra: convert interface ipv6 nd managed-config-flag command to NB (diff)
downloadfrr-b829d5fca2cd94a3409f3354e98be676ace7e04f.tar.xz
frr-b829d5fca2cd94a3409f3354e98be676ace7e04f.zip
zebra: convert interface ipv6 nd other-config-flag command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-zebra.yang10
1 files changed, 10 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang
index 7b5e5808d..04f4023da 100644
--- a/yang/frr-zebra.yang
+++ b/yang/frr-zebra.yang
@@ -2332,6 +2332,16 @@ module frr-zebra {
"RFC 4861: Neighbor Discovery for IP version 6 (IPv6)
- AdvManagedFlag";
}
+ leaf other-config-flag {
+ type boolean;
+ default "false";
+ description
+ "The value to be placed in the 'Other configuration'
+ flag field in the Router Advertisement.";
+ reference
+ "RFC 4861: Neighbor Discovery for IP version 6 (IPv6)
+ - AdvOtherConfigFlag";
+ }
leaf reachable-time {
type uint32 {
range "0..3600000";