diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-23 18:28:33 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 |
| commit | 509eb9c29775ed8c9654ec21edb72d7ecebc3488 (patch) | |
| tree | 5cabcfec4922becd917aa9efa6de532a16f61e45 /yang | |
| parent | 26f80e96698f35ffe6f41aabb9c2fcd0af998a42 (diff) | |
zebra: convert interface ipv6 nd home-agent-config-flag command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-zebra.yang | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index df8439d118..0e4b5a129f 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -2342,6 +2342,15 @@ module frr-zebra { "RFC 4861: Neighbor Discovery for IP version 6 (IPv6) - AdvOtherConfigFlag"; } + leaf home-agent-flag { + type boolean; + default "false"; + description + "The value to be placed in the 'Home Agent' + flag field in the Router Advertisement."; + reference + "RFC 6275: Mobility Support in IPv6"; + } leaf link-mtu { type uint32; default "0"; |
