diff --git a/docker/routlin-dash/app/pages/radius/action.py b/docker/routlin-dash/app/pages/radius/action.py index c67a4db..2404c88 100644 --- a/docker/routlin-dash/app/pages/radius/action.py +++ b/docker/routlin-dash/app/pages/radius/action.py @@ -88,10 +88,7 @@ def auth_mode_save(): after['inner_protocol'] = inner_protocol else: after.pop('inner_protocol', None) - if eap_protocol == 'eap_ttls': - after['include_length'] = include_length - else: - after.pop('include_length', None) + after['include_length'] = include_length else: after.pop('eap_protocol', None) after.pop('tunneled_reply', None) diff --git a/docker/routlin-dash/app/pages/radius/content.json b/docker/routlin-dash/app/pages/radius/content.json index 13181dc..10ab78e 100644 --- a/docker/routlin-dash/app/pages/radius/content.json +++ b/docker/routlin-dash/app/pages/radius/content.json @@ -268,14 +268,6 @@ "value": "%RADIUS_TUNNELED_REPLY%", "hint": "Copies VLAN and authorization attributes from the inner EAP exchange to the outer RADIUS Access-Accept. Required by some switches for VLAN assignment to work correctly." }, - { - "type": "raw_html", - "html": "" - }, - { - "type": "raw_html", - "html": "