diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-03 10:52:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-03 10:52:40 +0000 |
commit | 7c91b791210e0a8c9f2e42916518be6f09933202 (patch) | |
tree | 17ff3d31b48d6d6360ea3fc4c5dece1107415add /libs/uvl/root/lib | |
parent | e97527fa0617d76dbe2e9513bce264f3486c089a (diff) |
* luci/libs/uvl: add "network" option to firewall scheme
Diffstat (limited to 'libs/uvl/root/lib')
-rw-r--r-- | libs/uvl/root/lib/uci/schema/default/firewall | 7 |
1 files changed, 7 insertions, 0 deletions
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' |