X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fpppd.8;fp=pppd%2Fpppd.8;h=ef6046e5b945492a8e73b2e36cda8591ba7c4d0a;hp=76a209766f2afc89b8e43187d87c05271f740ae5;hb=388597eee99beac6e5b7430d24c377169f51bd57;hpb=66ce4bae66fa9215200174e2045d2cfaec7c3505 diff --git a/pppd/pppd.8 b/pppd/pppd.8 index 76a2097..ef6046e 100644 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@ -127,6 +127,12 @@ is no other default route with the same metric. With the default value of -1, the route is only added if there is no default route at all. .TP +.B defaultroute6 +Add a default IPv6 route to the system routing tables, using the peer as +the gateway, when IPv6CP negotiation is successfully completed. +This entry is removed when the PPP connection is broken. This option +is privileged if the \fInodefaultroute6\fR option has been specified. +.TP .B disconnect \fIscript Execute the command specified by \fIscript\fR, by passing it to a shell, after @@ -743,6 +749,11 @@ Disable the \fIdefaultroute\fR option. The system administrator who wishes to prevent users from creating default routes with pppd can do so by placing this option in the /etc/ppp/options file. .TP +.B nodefaultroute6 +Disable the \fIdefaultroute6\fR option. The system administrator who +wishes to prevent users from adding a default route with pppd +can do so by placing this option in the /etc/ppp/options file. +.TP .B nodeflate Disables Deflate compression; pppd will not request or agree to compress packets using the Deflate scheme.