mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: use different prefixes for AP and STA MLD objects
This commit is contained in:
parent
a73cd73fe1
commit
2766fef0c3
1 changed files with 2 additions and 1 deletions
|
|
@ -70,7 +70,8 @@ generate_multiap_config() {
|
||||||
|
|
||||||
ifprefix_radio=""
|
ifprefix_radio=""
|
||||||
if is_logan; then
|
if is_logan; then
|
||||||
uci set mapagent.agent.mld_prefix="bss"
|
uci set mapagent.agent.mld_ap_prefix="bss"
|
||||||
|
uci set mapagent.agent.mld_sta_prefix="sta"
|
||||||
ifname_sta=""
|
ifname_sta=""
|
||||||
case "$band" in
|
case "$band" in
|
||||||
2g)
|
2g)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue