summaryrefslogtreecommitdiff
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-23 18:25:31 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 23:28:39 +0200
commit26f80e96698f35ffe6f41aabb9c2fcd0af998a42 (patch)
treee5639f5123ca5cf3775de76085f9226070521692 /yang
parenta4fee0cb52ffd6e2af0567b4f5d464ba501afa79 (diff)
zebra: convert interface ipv6 nd ra-fast-retrans command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-zebra.yang8
1 files changed, 8 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang
index c68aa0fbcd..df8439d118 100644
--- a/yang/frr-zebra.yang
+++ b/yang/frr-zebra.yang
@@ -2423,6 +2423,14 @@ module frr-zebra {
"RFC 4861: Neighbor Discovery for IP version 6 (IPv6)
- AdvDefaultLifetime";
}
+ leaf fast-retransmit {
+ type boolean;
+ default "true";
+ description
+ "Allow sending unsolicited multicast Router Advertisements
+ more frequently than once every 3 seconds as required by
+ RFC 4861.";
+ }
}
container state {
config false;