Skip to content

Commit 70926dd

Browse files
authored
[FRR]Adding additional FRR dumps (sonic-net#4073)
What I did Adding additional FRR dumps How I did it Added show zebra dplane providers and modifying show thread to show event commands How to verify it Running show techsupport and verifying the output
1 parent d7c16c3 commit 70926dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/generate_dump

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ save_frr_info() {
794794
save_vtysh "show ipv6 route vrf all nexthop-group" "frr.ip6_route.nhg"
795795
save_vtysh "show zebra fpm stats" "frr.fpm.stats"
796796
save_vtysh "show zebra dplane detailed" "frr.dplane"
797+
save_vtysh "show zebra dplane providers" "frr.dplane.providers"
797798
save_vtysh "show interface vrf all" "frr.interfaces"
798799
save_vtysh "show zebra" "frr.zebra"
799800
save_vtysh "show zebra client" "frr.zebra.client"
@@ -807,8 +808,8 @@ save_frr_info() {
807808
save_vtysh "show mpls fec" "frr.mpls.fec"
808809
save_vtysh "show nexthop-group rib" "frr.nhg.rib"
809810
save_vtysh "show route-map" "frr.route_map"
810-
save_vtysh "show thread cpu" "frr.thread_cpu"
811-
save_vtysh "show thread poll" "frr.thread_poll"
811+
save_vtysh "show event cpu" "frr.event_cpu"
812+
save_vtysh "show event poll" "frr.event_poll"
812813
save_vtysh "show debugging hashtable" "frr.debugging_hashtable"
813814
save_vtysh "show work-queues" "frr.work_queues"
814815
save_vtysh "show memory" "frr.memory"

0 commit comments

Comments
 (0)