From: Jo-Philipp Wich Date: Wed, 3 Sep 2008 10:52:40 +0000 (+0000) Subject: * luci/libs/uvl: add "network" option to firewall scheme X-Git-Tag: 0.8.0~175 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7c91b791210e0a8c9f2e42916518be6f09933202;p=project%2Fluci.git * luci/libs/uvl: add "network" option to firewall scheme --- diff --git a/libs/uvl/root/lib/uci/schema/default/firewall b/libs/uvl/root/lib/uci/schema/default/firewall index 494db3fca..3d293ad61 100644 --- a/libs/uvl/root/lib/uci/schema/default/firewall +++ b/libs/uvl/root/lib/uci/schema/default/firewall @@ -64,6 +64,13 @@ config variable option required true config variable + option name 'network' + option title 'Associated network of this firewall zone' + option section 'firewall.zone' +# option valueof 'network.interface' +# option type 'lazylist' + +config variable option name 'forward' option title 'Zone specific action for forwarded traffic' option section 'firewall.zone'