map-agent: use different prefixes for AP and STA MLD objects

This commit is contained in:
Elena Vengerova 2025-11-21 14:56:40 +04:00 committed by Elena Vengerova
parent a73cd73fe1
commit 2766fef0c3

View file

@ -70,7 +70,8 @@ generate_multiap_config() {
ifprefix_radio=""
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=""
case "$band" in
2g)