1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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

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

SVN-Revision: 38916
This commit is contained in:
John Crispin 2013-11-26 07:50:05 +00:00
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 $?
}