diff options
author | hagbard <vyosdev@derith.de> | 2019-04-23 09:40:59 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-04-23 09:40:59 -0700 |
commit | f5008037d4d0ebd479944d05f8f26bd01cbf6767 (patch) | |
tree | 87770c8aabacbe21a597821fc2ae83a23d04dbf7 | |
parent | 69a1f61badf11f8324468c3caee033d779c3811d (diff) | |
download | vyos-documentation-f5008037d4d0ebd479944d05f8f26bd01cbf6767.tar.gz vyos-documentation-f5008037d4d0ebd479944d05f8f26bd01cbf6767.zip |
[pppoe-server] - fixed type for RADIUS default attribute Filter-Id
-rw-r--r-- | docs/services/pppoe-server.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/services/pppoe-server.rst b/docs/services/pppoe-server.rst index 9c457af5..fa61eb14 100644 --- a/docs/services/pppoe-server.rst +++ b/docs/services/pppoe-server.rst @@ -91,9 +91,9 @@ Once the user is connected, the user session is using the set limits and can be RADIUS shaper setup =================== -The current attribute 'Filter-ID' is being used as default and can be setup within RADIUS: +The current attribute 'Filter-Id' is being used as default and can be setup within RADIUS: -Filter-ID=2000/3000 (means 2000Kbit down-stream rate and 3000Kbit up-stream rate) +Filter-Id=2000/3000 (means 2000Kbit down-stream rate and 3000Kbit up-stream rate) The command below enables it, assuming the RADIUS connection has been setup and is working. |