diff options
Diffstat (limited to 'yang/frr-pim.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 6a6c52185..d1e95cef2 100644 --- a/yang/frr-pim.yang +++ b/yang/frr-pim.yang @@ -250,6 +250,13 @@ module frr-pim { container msdp { description "Global MSDP configuration."; uses msdp-timers; + + leaf log-neighbor-events { + type boolean; + default false; + description + "Log all MSDP neighbor related events."; + } } list msdp-mesh-groups { |