diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/conf_mode/ipoe_server.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf_mode/ipoe_server.py b/src/conf_mode/ipoe_server.py index 39f0cb279..470ef7ee6 100755 --- a/src/conf_mode/ipoe_server.py +++ b/src/conf_mode/ipoe_server.py @@ -231,6 +231,7 @@ def get_config():      if c.exists('authentication mode local'):        for auth_int in c.list_nodes('authentication interface'):          for mac in c.list_nodes('authentication interface ' + auth_int + ' mac-address'): +          mac = mac.lower()            config_data['auth_if'][auth_int] = {}            if c.exists('authentication interface ' + auth_int + ' mac-address ' + mac + ' rate-limit'):              config_data['auth_if'][auth_int][mac] = {}  | 
