add local_mode config option

This prevents communication with other usteer nodes and allows it to be
used for purely local band steering / load balancing

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2022-03-17 10:00:12 +01:00
parent 98247d1eda
commit 32fed79117
5 changed files with 12 additions and 2 deletions

1
ubus.c
View File

@@ -149,6 +149,7 @@ struct cfg_item {
_cfg(BOOL, syslog), \
_cfg(U32, debug_level), \
_cfg(BOOL, ipv6), \
_cfg(BOOL, local_mode), \
_cfg(U32, sta_block_timeout), \
_cfg(U32, local_sta_timeout), \
_cfg(U32, local_sta_update), \