CI: Add custom routing table output to logs.

Change-Id: Id86acf22cc548b37222a78300c1d5063f4527bf2
This commit is contained in:
Bartosz Bezak 2023-03-31 12:07:50 +02:00
parent 137e64b57c
commit 84fcc6ad0b
1 changed files with 2 additions and 0 deletions

View File

@ -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