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
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ validate_log_section()
|
||||||
'log_size:uinteger' \
|
'log_size:uinteger' \
|
||||||
'log_ip:ipaddr' \
|
'log_ip:ipaddr' \
|
||||||
'log_port:port:514' \
|
'log_port:port:514' \
|
||||||
'log_proto:or("tcp", "udp"):udp' \
|
'log_proto:string:udp' \
|
||||||
'log_prefix:string'
|
'log_prefix:string'
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue