diff options
author | brian <brian@FreeBSD.org> | 2002-05-07 10:06:54 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-05-07 10:06:54 +0000 |
commit | 920f339ee0360ae3f2069fa04c25c1ae979fbe65 (patch) | |
tree | 86531cf7a7e689db81efecb1236fcce8aeed44b1 /usr.sbin/ppp/ppp.8.m4 | |
parent | 3d392cbffdb42022550522a3427ebe7ad7444a39 (diff) | |
download | FreeBSD-src-920f339ee0360ae3f2069fa04c25c1ae979fbe65.zip FreeBSD-src-920f339ee0360ae3f2069fa04c25c1ae979fbe65.tar.gz |
Understand the Session-Timeout RADIUS attribute
Store the Filter-Id attribute (we don't do anything with it yet)
Submitted mostly by: andrew pavlov <and@kremenchug.net>
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index 79687c6..26a2f99 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -5278,6 +5278,8 @@ If the received compression type is will request VJ compression during IPCP negotiations despite any .Dq disable vj configuration command. +.It RAD_FILTER_ID +This attribute is stored but not yet used. .It RAD_FRAMED_ROUTE The received string is expected to be in the format .Ar dest Ns Op / Ns Ar bits @@ -5324,6 +5326,9 @@ or .Dv HISADDR keywords. .Pp +.It RAD_SESSION_TIMEOUT +If supplied, the client connection is closed after the given number of +seconds. .El Values received from the RADIUS server may be viewed using .Dq show bundle . |