]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/networking/red
Tell pppd not to ask for IPv6 addresses during dial-up
[ipfire-2.x.git] / src / initscripts / networking / red
index ca0a8ae58b9705d986dade2faca65d37d14e1a2e..56f8ebb668248878dc3799c014c1c00d37822b67 100644 (file)
@@ -410,7 +410,7 @@ case "${1}" in
                        ### Standard PPP options we always use
                        #
                        PPP_STD_OPTIONS="$PLUGOPTS usepeerdns defaultroute noipdefault noauth"
-                       PPP_STD_OPTIONS+=" default-asyncmap hide-password nodetach"
+                       PPP_STD_OPTIONS+=" default-asyncmap hide-password nodetach noipv6"
                        PPP_STD_OPTIONS+=" noaccomp nodeflate nopcomp novj novjccomp"
                        PPP_STD_OPTIONS+=" nobsdcomp user ${USERNAME} lcp-echo-interval 20"
                        PPP_STD_OPTIONS+=" lcp-echo-failure 5 ${AUTH}"