grammar
donald says so
This commit is contained in:
@@ -370,7 +370,7 @@ function print_ipv6_disable_howto() {
|
||||
echo -e "\tsysctl -w net.ipv6.conf.${iface}.disable_ipv6=1"
|
||||
done
|
||||
|
||||
echo "For above configuration to persist reboots, you have to add below to /etc/sysctl.conf"
|
||||
echo "For the above configuration to persist across reboots, you have to add below to /etc/sysctl.conf"
|
||||
for iface in $(ls /sys/class/net | grep -vE '^(lo|veth|docker|virbr|br|vmnet|tun|tap|wl|we)'); do
|
||||
echo -e "\tnet.ipv6.conf.${iface}.disable_ipv6=1"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user