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:
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…
Reference in New Issue
Block a user