diff options
author | hagbard <vyosdev@derith.de> | 2019-04-23 09:38:17 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-04-23 09:38:17 -0700 |
commit | 2cd0498f50296d5d9e80b6acafb63dd3d45fb5cd (patch) | |
tree | 9e53dafee3e8664c2e203c2c1e586e10acc6465c /src/conf_mode/accel_pppoe.py | |
parent | 90481dca0bcac6def83600cd5906e53384aacfa6 (diff) | |
download | vyos-1x-2cd0498f50296d5d9e80b6acafb63dd3d45fb5cd.tar.gz vyos-1x-2cd0498f50296d5d9e80b6acafb63dd3d45fb5cd.zip |
[pppoe-server] - fixed default RADIUS attribute Filter-Id
Diffstat (limited to 'src/conf_mode/accel_pppoe.py')
-rwxr-xr-x | src/conf_mode/accel_pppoe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/accel_pppoe.py b/src/conf_mode/accel_pppoe.py index e1668d3c9..a50e31e0f 100755 --- a/src/conf_mode/accel_pppoe.py +++ b/src/conf_mode/accel_pppoe.py @@ -458,7 +458,7 @@ def get_config(): if c.exists('authentication radius-settings rate-limit enable'): if not c.exists('authentication radius-settings rate-limit attribute'): config_data['authentication']['radiusopt']['shaper'] = { - 'attr' : 'Filter-ID' + 'attr' : 'Filter-Id' } else: config_data['authentication']['radiusopt']['shaper'] = { |