summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2022-05-26 14:54:27 +0200
committerRafael Zalamena <rzalamena@opensourcerouting.org>2024-11-21 14:26:16 +0100
commit21d1e85db584a5707e8323307df7044017356c10 (patch)
treeeb9a819df3a1db18d9b18a7b365ac154e1c3fad5 /yang
parentMerge pull request #17468 from opensourcerouting/msdp-tweaks (diff)
downloadfrr-21d1e85db584a5707e8323307df7044017356c10.tar.xz
frr-21d1e85db584a5707e8323307df7044017356c10.zip
pimd,yang: log MSDP neighbor events
Move MSDP neighbor events global debug to per PIM instance. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-pim.yang7
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 {