From 727e9878fb00f545c0cd1b0130e789a5764eee3b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 3 Sep 2008 21:49:13 +0000 Subject: * luci/libs/uvl: - implement host datatype which matches hostname, ip4addr or ip6addr datatype - implement multival flag for options - fix handling of OPT_BADVALUE errors - add multival flag spec to reference scheme --- libs/uvl/root/lib/uci/schema/default/firewall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/uvl/root/lib/uci/schema/default/firewall') diff --git a/libs/uvl/root/lib/uci/schema/default/firewall b/libs/uvl/root/lib/uci/schema/default/firewall index dc488d40fd..e421b11030 100644 --- a/libs/uvl/root/lib/uci/schema/default/firewall +++ b/libs/uvl/root/lib/uci/schema/default/firewall @@ -15,8 +15,8 @@ config variable option name 'network' option title 'Associated network of this firewall zone' option section 'firewall.zone' -# option valueof 'network.interface' -# option type 'lazylist' + option valueof 'network.interface' + option multival true config variable option name 'forward' -- cgit v1.2.3