Commit b6ef169
[Techsupport] Add show route-map command to frr dumps in techsupport (sonic-net#3797)
What I did
Adding show route-map commamnd to frr dump in techsupport. This will provide detailed information about route-map across different daemons which is useful for debugging.
Example
ZEBRA:
route-map: TO_BGP_PEER_V4 Invoked: 0 Optimization: enabled Processed Change: false
permit, sequence 100 Invoked 0
Match clauses:
Set clauses:
Call clause:
Call CHECK_IDF_ISOLATION
Action:
Exit routemap
BGP:
route-map: TO_BGP_PEER_V4 Invoked: 0 Optimization: enabled Processed Change: false
permit, sequence 100 Invoked 0
Match clauses:
Set clauses:
Call clause:
Call CHECK_IDF_ISOLATION
Action:
Exit routemap
How I did it
Adding the command to list of commands dumped from frr in techsupport.
How to verify it
Running techsupport and verifying1 parent 25443e2 commit b6ef169
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| 809 | + | |
809 | 810 | | |
810 | 811 | | |
811 | 812 | | |
| |||
0 commit comments