Skip to content

Commit 37e175e

Browse files
authored
Merge pull request freifunk-gluon#150 from jluebbe/wan-table
ffbs-collect-debug-info: collect routes for table 1 and policy routing rules
2 parents d8ef4f8 + d655b2b commit 37e175e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ffbs-collect-debug-info/src/collect-debug-info

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ run_command "ps w"
1414
run_command "ip addr"
1515
run_command "ip -4 route show"
1616
run_command "ip -6 route show"
17+
run_command "ip -4 route show table 1"
18+
run_command "ip -6 route show table 1"
19+
run_command "ip -4 rule"
20+
run_command "ip -6 rule"
1721
run_command "netstat -atuwxeWnp"
1822
run_command "wg show"
1923
run_command "cat /tmp/gluon/wan-dnsmasq/resolv.conf"

0 commit comments

Comments
 (0)