X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=sample%2Foptions;h=0aff3cfd02c723ea3ee24e1f9e4baf2eb8701705;hb=HEAD;hp=8d0a3f963774ac8c90c992915baab6ad55a17121;hpb=d96e4f148f54dc9903afe53cb69d3f5468c0a9b0;p=ppp.git diff --git a/sample/options b/sample/options index 8d0a3f9..0aff3cf 100644 --- a/sample/options +++ b/sample/options @@ -32,6 +32,12 @@ noipdefault # enable this on a server that already has a permanent default route #nodefaultroute +# Default IPv6 route is automatically configured by kernel based on +# received ICMPv6 Router Advertisement packets. +# pppd should not touch default IPv6 route to prevent breaking IPv6 setup. +# Enabling defaultroute6 is needed only for broken IPv6 setup. +nodefaultroute6 + # Run the executable or shell command specified after pppd has terminated # the link. This script could, for example, issue commands to the modem # to cause it to hang up if hardware modem control signals were not @@ -147,7 +153,4 @@ lcp-echo-failure 4 # Specifies that pppd should disconnect if the link is idle for n seconds. idle 600 -# Disable the IPXCP and IPX protocols. -noipx - # ------