donald says so
This commit is contained in:
Girish Ramakrishnan
2025-01-13 08:59:44 +01:00
parent 4c87b62b5e
commit aaab06f21d

View File

@@ -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