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 /pimd/pim_nb.c | |
| 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 'pimd/pim_nb.c')
| -rw-r--r-- | pimd/pim_nb.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pimd/pim_nb.c b/pimd/pim_nb.c index 29e8f9a782..e922112524 100644 --- a/pimd/pim_nb.c +++ b/pimd/pim_nb.c @@ -136,6 +136,12 @@ const struct frr_yang_module_info frr_pim_info = { } }, { + .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-pim:pim/address-family/msdp/log-sa-events", + .cbs = { + .modify = pim_msdp_log_sa_events_modify, + } + }, + { .xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-pim:pim/address-family/msdp-mesh-groups", .cbs = { .create = pim_msdp_mesh_group_create, |
