Skip to content

Commit

Permalink
bugtool: dump fib rule protocol
Browse files Browse the repository at this point in the history
When printing fib rules use "-d" to print its protocol.

Signed-off-by: Nikolay Aleksandrov <nikolay@isovalent.com>
  • Loading branch information
Nikolay Aleksandrov authored and youngnick committed Mar 25, 2023
1 parent 660fd79 commit 9e3abdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugtool/cmd/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func defaultCommands(confDir string, cmdDir string, k8sPods []string) []string {
"ip6tables-nft-save -c",
"iptables-legacy-save -c",
"ip6tables-legacy-save -c",
"ip rule",
"ip -d rule",
"ipset list",
// xfrm
"ip -s xfrm policy",
Expand Down

0 comments on commit 9e3abdf

Please sign in to comment.