From b6f0366214f0a9c5148c9ec10a89e9e46991495e Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Wed, 20 Apr 2016 18:41:25 +0200 Subject: [PATCH] show ipv6 status --- ipv6status.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 ipv6status.sh diff --git a/ipv6status.sh b/ipv6status.sh new file mode 100755 index 0000000..b9b3627 --- /dev/null +++ b/ipv6status.sh @@ -0,0 +1,2 @@ +#!/bin/sh +sysctl -a net.ipv6.conf 2>/dev/null | awk '/disable_ipv6/' -- GitLab