diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-17 13:58:03 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 22:28:39 +0100 |
commit | df296d54aeb1ccb94ddbf9524a6643aef3783dfc (patch) | |
tree | 25b4c0b350cb804cbd705c0627acf06898f463e6 /yang | |
parent | zebra: convert inteface multicast command to NB (diff) | |
download | frr-df296d54aeb1ccb94ddbf9524a6643aef3783dfc.tar.xz frr-df296d54aeb1ccb94ddbf9524a6643aef3783dfc.zip |
zebra: convert interface link-detect command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r-- | yang/frr-zebra.yang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index 1168f05f4..c94866433 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -1972,6 +1972,7 @@ module frr-zebra { leaf link-detect { type boolean; + default "true"; description "Link-detection for the interface."; } |