Merge "CI: Add custom routing table output to logs."

This commit is contained in:
Zuul 2023-04-03 17:19:12 +00:00 committed by Gerrit Code Review
commit e6432ce671
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