From d1b12cf8bbe964e9cdb6c0e60fe74d5c410d448c Mon Sep 17 00:00:00 2001 From: hagbard Date: Tue, 23 Apr 2019 09:38:17 -0700 Subject: [pppoe-server] - fixed default RADIUS attribute Filter-Id (cherry picked from commit 2cd0498f50296d5d9e80b6acafb63dd3d45fb5cd) --- src/conf_mode/accel_pppoe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_mode/accel_pppoe.py') diff --git a/src/conf_mode/accel_pppoe.py b/src/conf_mode/accel_pppoe.py index 376696697..3b3bf8cac 100755 --- a/src/conf_mode/accel_pppoe.py +++ b/src/conf_mode/accel_pppoe.py @@ -470,7 +470,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'] = { -- cgit v1.2.3