File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ db_input critical zipgateway/zip_lan_ip6 || true
1313db_input critical zipgateway/zip_pan_ip6 || true
1414db_input critical zipgateway/enable_wlan || true
1515db_input critical zipgateway/bridge_stp || true
16+ db_input critical zipgateway/association_limit || true
1617db_endblock
1718if ! db_go ; then
1819 exit 10
Original file line number Diff line number Diff line change @@ -195,6 +195,11 @@ iface br-lan inet dhcp
195195
196196fi
197197
198+ value=0
199+ db_input zipgateway/association_limit || true
200+ [ " Disabled" = " $RET " ] || value=1
201+ echo ZipAssociationLimit=$value >> $GW_CONFFILE
202+
198203db_get zipgateway/restart_nw
199204if [ " $RET " = " Yes" ]
200205then
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ Default: Enabled
4949Choices: Enabled, Disabled
5050Description: Spanning Tree Protocol to bridge to allow multiple bridges
5151
52+ Template: zipgateway/association_limit
53+ Type: select
54+ Default: Disabled
55+ Choices: Enabled, Disabled
56+ Description: Limit to a single classical temporal association (experimental)
57+
5258Template: zipgateway/restart_nw
5359Type: select
5460Choices: Yes, I will reboot later
You can’t perform that action at this time.
0 commit comments