diff options
author | ume <ume@FreeBSD.org> | 2003-06-20 15:44:52 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-06-20 15:44:52 +0000 |
commit | 792e4c0249b2dcb90ff56bb5e265eb8f5c4f0401 (patch) | |
tree | 2f22e596c86c97638cf45d49c44637c74798d32b /usr.sbin/ppp | |
parent | 3d49bbe5fee06a1bee3f2129d39b72c8fbbcff8c (diff) | |
download | FreeBSD-src-792e4c0249b2dcb90ff56bb5e265eb8f5c4f0401.zip FreeBSD-src-792e4c0249b2dcb90ff56bb5e265eb8f5c4f0401.tar.gz |
Mention the use of Framed-IPv6-Route.
MFC after: 1 week
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 9fa3409..88b6361 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -5356,6 +5356,52 @@ or .Dv HISADDR keywords. .Pp +.It RAD_FRAMED_IPV6_ROUTE +The received string is expected to be in the format +.Ar dest Ns Op / Ns Ar bits +.Ar gw +.Op Ar metrics . +Any specified metrics are ignored. +.Dv MYADDR6 +and +.Dv HISADDR6 +are understood as valid values for +.Ar dest +and +.Ar gw , +.Dq default +can be used for +.Ar dest +to sepcify the default route, and +.Dq :: +is understood to be the same as +.Dq default +for +.Ar dest +and +.Dv HISADDR6 +for +.Ar gw . +.Pp +For example, a returned value of +.Dq 3ffe:505:abcd::/48 :: +would result in a routing table entry to the 3ffe:505:abcd::/48 network via +.Dv HISADDR6 +and a returned value of +.Dq :: :: +or +.Dq default HISADDR6 +would result in a default route to +.Dv HISADDR6 . +.Pp +All RADIUS IPv6 routes are applied after any sticky routes are +applied, making RADIUS IPv6 routes override configured routes. This +also applies for RADIUS IPv6 routes that don't {include} the +.Dv MYADDR6 +or +.Dv HISADDR6 +keywords. +.Pp .It RAD_SESSION_TIMEOUT If supplied, the client connection is closed after the given number of seconds. |