From 274156f4d353841e795730b85e3643552b46b470 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 21 Nov 2024 09:15:22 -0500 Subject: [PATCH] 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 --- tools/etc/frr/support_bundle_commands.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5