diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-23 18:31:27 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 | 
| commit | a003ecda7140fff07de19f51ebd860b09d539dd3 (patch) | |
| tree | e1e3ceaf22910ab963183d1fe1853ee2c709cd97 /yang | |
| parent | 8a1fdff198cf21bc6463b7283c7e4abac73873ef (diff) | |
zebra: convert interface ipv6 nd home-agent-lifetime 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 e425fc1443..384585332f 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -2458,6 +2458,15 @@ module frr-zebra {            reference              "RFC 6275: Mobility Support in IPv6";          } +        leaf home-agent-lifetime { +          type uint16; +          description +            "The value to be placed in the Home Agent Lifetime +            field in the Router Advertisement messages sent by the +            router."; +          reference +            "RFC 6275: Mobility Support in IPv6"; +        }        }        container state {          config false;  | 
