From a02c4b0ecc7729e899ff75111200f66fddab1a85 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 26 Feb 2021 14:26:17 +0300 Subject: [PATCH 1/2] tools: fix zebra support bundle commands CI constantly fails to execute "show zebra fpm stats": ``` Execute: show zebra fpm stats Traceback (most recent call last): File "/usr/lib/frr/generate_support_bundle.py", line 55, in executeCommand cmd_output = subprocess.check_output(cmd_exec_str, shell=True) File "/usr/lib/python3.6/subprocess.py", line 356, in check_output **kwargs).stdout File "/usr/lib/python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'vtysh -c "show zebra fpm stats" ' returned non-zero exit status 1. ``` Signed-off-by: Igor Ryzhov --- tools/etc/frr/support_bundle_commands.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 087c35981d..3c723f9ca3 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -47,7 +47,6 @@ show route-map show memory show interface vrf all show vrf -show zebra fpm stats show work-queues show debugging hashtable show running-config From 6695f13b397091d869c12d19bdc5fe571f00501e Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Fri, 26 Feb 2021 14:26:45 +0300 Subject: [PATCH 2/2] tools: add "show ip/ipv6 route" to zebra support bundle commands Signed-off-by: Igor Ryzhov --- tools/etc/frr/support_bundle_commands.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index 3c723f9ca3..0bc6547994 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -42,6 +42,8 @@ show zebra client summary show zebra router table summary show ip nht vrf all show ipv6 nht vrf all +show ip route vrf all +show ipv6 route vrf all show nexthop-group rib show route-map show memory