CI: Add custom routing table output to logs.
Change-Id: Id86acf22cc548b37222a78300c1d5063f4527bf2
This commit is contained in:
parent
137e64b57c
commit
84fcc6ad0b
@ -71,6 +71,8 @@ copy_logs() {
|
||||
env > ${LOG_DIR}/system_logs/env.txt
|
||||
ip address > ${LOG_DIR}/system_logs/ip-address.txt
|
||||
ip route > ${LOG_DIR}/system_logs/ip-route.txt
|
||||
ip route show table all > ${LOG_DIR}/system_logs/ip-route-all-tables.txt
|
||||
ip rule list > ${LOG_DIR}/system_logs/ip-rule-list.txt
|
||||
|
||||
iptables-save > ${LOG_DIR}/system_logs/iptables.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user