diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-20 00:33:09 +0000 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-01-21 13:12:26 +0000 | 
| commit | dc8f1360641596bf7e88f983fbeaafed332d88cf (patch) | |
| tree | 2e5f4ca4fb2a6f00569701c37e34181338706c8d /yang/frr-ripd.yang | |
| parent | 18257b521a3b0a222763ff95f1036e32facd8565 (diff) | |
lib: cleanup yang lint warnings
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'yang/frr-ripd.yang')
| -rw-r--r-- | yang/frr-ripd.yang | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/yang/frr-ripd.yang b/yang/frr-ripd.yang index 5f85a4cabc..756e70b292 100644 --- a/yang/frr-ripd.yang +++ b/yang/frr-ripd.yang @@ -380,9 +380,9 @@ module frr-ripd {        }        leaf default-bfd-profile { +        type frr-bfdd:profile-ref;          description            "Use this BFD profile for all peers by default."; -        type frr-bfdd:profile-ref;        }        /* @@ -691,12 +691,13 @@ module frr-ripd {        container bfd-monitoring {          presence            "Present if BFD is configured for RIP peers in this interface."; +        description "Configure BFD use in RIPD";          leaf enable {            type boolean; +          default false;            description              "Enable/disable BFD monitoring."; -          default false;          }          leaf profile {  | 
