Skip to content
Snippets Groups Projects
Commit 84fcc6ad authored by Bartosz Bezak's avatar Bartosz Bezak
Browse files

CI: Add custom routing table output to logs.

Change-Id: Id86acf22cc548b37222a78300c1d5063f4527bf2
parent 137e64b5
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