ubox: the validation code has problems with the "(" char. use string for now

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38916
v19.07.3_mercusys_ac12_duma
John Crispin 11 years ago
parent 15b4975925
commit fc3c72aba6

@ -15,7 +15,7 @@ validate_log_section()
'log_size:uinteger' \
'log_ip:ipaddr' \
'log_port:port:514' \
'log_proto:or("tcp", "udp"):udp' \
'log_proto:string:udp' \
'log_prefix:string'
return $?
}

Loading…
Cancel
Save