ubox: the validation code has problems with the "(" char. use string for now
[openwrt.git] / package / system / ubox / files / log.init
index 1c288a7..c171942 100644 (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 $?
 }