diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2022-05-10 08:23:33 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2024-11-25 19:23:33 -0300 |
| commit | 379dc9ee2f0df7944bf6e03d385db6b4f6bc9d5c (patch) | |
| tree | cd48920115cfcec91ec46a4d6563fde77d74e2f2 /yang | |
| parent | 440a0d3f769eba04d3f97fe6747b84592fab94bd (diff) | |
pimd: implement MSDP shutdown command
Allow MSDP protocol to be disabled.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-pim.yang | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/yang/frr-pim.yang b/yang/frr-pim.yang index c3c953b76b..33602fd29e 100644 --- a/yang/frr-pim.yang +++ b/yang/frr-pim.yang @@ -264,6 +264,13 @@ module frr-pim { description "Log all MSDP SA related events."; } + + leaf shutdown { + type boolean; + default false; + description + "Shutdown MSDP functionality."; + } } list msdp-mesh-groups { |
