diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-12-21 16:26:47 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-12-21 16:26:47 +0100 |
commit | daa80a5afa8b31248fa4395f7b86faee33eaec40 (patch) | |
tree | 04f3060db2d5f4b62b85e57c0e2a976951c11936 /tools/etc | |
parent | tests: Stop some warning messages on test runs (diff) | |
download | frr-daa80a5afa8b31248fa4395f7b86faee33eaec40.tar.xz frr-daa80a5afa8b31248fa4395f7b86faee33eaec40.zip |
tools: Add some more data to support bundles
The ipv[4|6] vpn tables in bgp were not being
gathered. This would be useful for some situations
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tools/etc')
-rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index b7a170824..1eed65aec 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -34,6 +34,8 @@ show bgp nexthop show bgp vrf all summary show bgp vrf all ipv4 show bgp vrf all ipv6 +show bgp vrf all ipv4 vpn +show bgp vrf all ipv6 vpn show bgp vrf all neighbors show bgp evpn route |