projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97527f
)
* luci/libs/uvl: add "network" option to firewall scheme
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 3 Sep 2008 10:52:40 +0000
(10:52 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 3 Sep 2008 10:52:40 +0000
(10:52 +0000)
libs/uvl/root/lib/uci/schema/default/firewall
patch
|
blob
|
history
diff --git
a/libs/uvl/root/lib/uci/schema/default/firewall
b/libs/uvl/root/lib/uci/schema/default/firewall
index 494db3fcac18af9b2c799448d366cc5366ecc8e0..3d293ad61fe4db4b1ceaf2d62d779eaa0a413f1b 100644
(file)
--- a/
libs/uvl/root/lib/uci/schema/default/firewall
+++ b/
libs/uvl/root/lib/uci/schema/default/firewall
@@
-63,6
+63,13
@@
config variable
option section 'firewall.zone'
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'