Skip to content
Snippets Groups Projects
Commit e6432ce6 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents e5815017 84fcc6ad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment