diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-06-20 15:44:52 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-06-20 15:44:52 +0000 |
| commit | d13b5b3cdff39c1f052133695b8543752c9ad1e1 (patch) | |
| tree | 2f22e596c86c97638cf45d49c44637c74798d32b | |
| parent | a222314fe6fd370e1ac4c821ea104fb1b421ada7 (diff) | |
Notes
| -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 9fa34097032e..88b63610ab4a 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. |
