Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Add networking info for collect_rancheros_info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
niusmallnan committed Dec 30, 2019
1 parent 6c9be26 commit 5b629d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/tools/collect_rancheros_info.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ docker info > $dest_conf_dir/docker-info
cat /proc/mounts > $dest_conf_dir/proc-mounts
cat /proc/1/mounts > $dest_conf_dir/proc-1-mounts
cat /proc/cmdline > $dest_conf_dir/cmdline
ip a > $dest_conf_dir/ipall
ip route > $dest_conf_dir/iproutes
cat /etc/resolv.conf > $dest_conf_dir/resolv
dmesg > $dest_conf_dir/dmesg.log

cd $conf_file_src_dir && cp -rf `ls | grep -E -v "^(pem)$"` $dest_conf_dir
Expand Down

0 comments on commit 5b629d0

Please sign in to comment.