summaryrefslogtreecommitdiffstats
path: root/misc/ipv6/info/collect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ipv6/info/collect.sh')
-rwxr-xr-xmisc/ipv6/info/collect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/ipv6/info/collect.sh b/misc/ipv6/info/collect.sh
index e227c88..62e709a 100755
--- a/misc/ipv6/info/collect.sh
+++ b/misc/ipv6/info/collect.sh
@@ -4,6 +4,7 @@ hostname > ipv6.log
for dev in $(ip -6 -o a s | grep -v lo | awk '{print $2}'); do
ip -0 -o a s $dev >> ipv6.log
+ ip -4 -o a s $dev >> ipv6.log
ip -6 -o a s $dev >> ipv6.log
done