diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-11-21 09:15:22 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-11-21 09:15:22 -0500 |
| commit | 274156f4d353841e795730b85e3643552b46b470 (patch) | |
| tree | e0d1a7482d556e3fcebae7435c50f16e40392e91 /tools | |
| parent | 910b3840947db15251231a4da95fe8d3f9334e3d (diff) | |
tools: Add zebra label show commands to support bundle
There were no zebra show commands related to mpls labels
being generated for support bundles. Let's rectify that
situation.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 0083399b13..cd1a0a48f6 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -75,6 +75,10 @@ show ip fib show ipv6 fib show nexthop-group rib show route-map +show mpls table +show mpls fec +show mpls ldp +show mpls pseudowires show memory show interface vrf all show vrf |
