diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-17 14:58:03 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 | 
| commit | df296d54aeb1ccb94ddbf9524a6643aef3783dfc (patch) | |
| tree | 25b4c0b350cb804cbd705c0627acf06898f463e6 /yang/frr-zebra.yang | |
| parent | efa18c6c6ff84a71c70435d901421599500af5d2 (diff) | |
zebra: convert interface link-detect command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang/frr-zebra.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 1168f05f40..c948664336 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.";        }  | 
