diff --git a/net/freeradius/src/opnsense/service/templates/OPNsense/Freeradius/users b/net/freeradius/src/opnsense/service/templates/OPNsense/Freeradius/users index 10f38f5cf..879882c51 100644 --- a/net/freeradius/src/opnsense/service/templates/OPNsense/Freeradius/users +++ b/net/freeradius/src/opnsense/service/templates/OPNsense/Freeradius/users @@ -9,7 +9,13 @@ Framed-IP-Netmask = {{ user_list.subnet }}{% endif %}{% if user_list.vlan is defined %}, Tunnel-Type = VLAN, Tunnel-Medium-Type = IEEE-802, - Tunnel-Private-Group-Id = {{ user_list.vlan }} + Tunnel-Private-Group-Id = {{ user_list.vlan }}{% endif %}{% if user_list.wispr_bw_min_up is defined %}, + WISPr-Bandwidth-Min-Up = {{ user_list.wispr_bw_min_up }}{% endif %}{% if user_list.wispr_bw_max_up is defined %}, + WISPr-Bandwidth-Max-Up = {{ user_list.wispr_bw_max_up }}{% endif %}{% if user_list.wispr_bw_min_down is defined %}, + WISPr-Bandwidth-Min-Down = {{ user_list.wispr_bw_min_down }}{% endif %}{% if user_list.wispr_bw_max_down is defined %}, + WISPr-Bandwidth-Max-Down = {{ user_list.wispr_bw_max_down }}{% endif %}{% if user_list.cs_bw_max_up is defined %}, + ChilliSpot-Bandwidth-Max-Up = {{ user_list.cs_bw_max_up }}{% endif %}{% if user_list.cs_bw_max_down is defined %}, + ChilliSpot-Bandwidth-Max-Down = {{ user_list.cs_bw_max_down }} {% endif %} {% endif %}