mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
@@ -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 $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user