diff options
author | Donald Sharp <sharpd@nvidia.com> | 2024-11-21 15:16:14 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2024-11-21 15:16:14 +0100 |
commit | dca9915059254007dbd7853eb85f86889dc679e6 (patch) | |
tree | f744f66055c2a4b2d998eee6d7a607ddc1d592f3 /tools | |
parent | tools: Add zebra label show commands to support bundle (diff) | |
download | frr-dca9915059254007dbd7853eb85f86889dc679e6.tar.xz frr-dca9915059254007dbd7853eb85f86889dc679e6.zip |
tools: Add pim msdp show commands to support bundle
The support bundle was not gathering any msdp data
for pim at all. Let's add a bit to allow us to
have more data here when a suppport bundle is generated
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index cd1a0a48f..6a21ae3fb 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -185,6 +185,9 @@ show ip pim join show ip pim state show ip pim statistics show ip pim rpf +show ip msdp vrf all mesh-group +show ip msdp vrf all peer +show ip msdp vrf all sa detail CMD_LIST_END # OSPFv3 Support Bundle Command List |