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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38916 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2013-11-26 07:50:05 +00:00
parent 4d6e9371a3
commit 97bbd3cb75

View File

@@ -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 $?
}