diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-23 18:25:31 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 |
| commit | 26f80e96698f35ffe6f41aabb9c2fcd0af998a42 (patch) | |
| tree | e5639f5123ca5cf3775de76085f9226070521692 /yang | |
| parent | a4fee0cb52ffd6e2af0567b4f5d464ba501afa79 (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.yang | 8 |
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; |
