map-agent: allow band 6 in radio setion

This commit is contained in:
Jakob Olsson 2022-10-21 09:47:23 +02:00
parent 15e7f35459
commit aadc11e7f4

View file

@ -91,7 +91,7 @@ validate_radio_section() {
uci_validate_section mapagent $section "${1}" \
'device:string' \
'band:or("2", "5")' \
'band:or("2", "5", "6")' \
'configured:bool:false' \
'onboarded:bool:false' \
'dedicated_backhaul:bool:false' \