diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2022-05-26 11:22:27 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2024-11-21 10:26:16 -0300 |
| commit | fc39bfaa0a2f3556d3986a01828e0647cb47d747 (patch) | |
| tree | d2190b2ffbfede32982928fdf85944ee06fec060 /yang | |
| parent | 21d1e85db584a5707e8323307df7044017356c10 (diff) | |
pimd,yang: log MSDP SA events
Add new command to log all SA events.
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 d1e95cef2e..c3c953b76b 100644 --- a/yang/frr-pim.yang +++ b/yang/frr-pim.yang @@ -257,6 +257,13 @@ module frr-pim { description "Log all MSDP neighbor related events."; } + + leaf log-sa-events { + type boolean; + default false; + description + "Log all MSDP SA related events."; + } } list msdp-mesh-groups { |
