diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2022-05-10 08:23:24 -0300 | 
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2024-12-05 10:35:10 -0300 | 
| commit | c8ded86e9ef9aa4182f2b6f86a1467532e06f29e (patch) | |
| tree | b493f59dd8ff73c9041b9a2a03e15ca8b2deb3aa /yang | |
| parent | 34485ee5368af6825ca0f0c886b6ca064d32580d (diff) | |
yang,pimd: support shutdown and SA limit
Add MSDP shutdown and SA limiting configuration to YANG model.
(no implementation, just boiler plate code)
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-pim.yang | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/yang/frr-pim.yang b/yang/frr-pim.yang index 33602fd29e..3343ed84b7 100644 --- a/yang/frr-pim.yang +++ b/yang/frr-pim.yang @@ -337,6 +337,12 @@ module frr-pim {        }        uses msdp-authentication; + +      leaf sa-limit { +        type uint32; +        description +          "Peer SA maximum limit."; +      }      }      container mlag {  | 
