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:
071f485
)
* luci/libs/uvl: extend firewall scheme to include more sane dependencies for custom...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 7 Sep 2008 13:38:23 +0000
(13:38 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 7 Sep 2008 13:38:23 +0000
(13:38 +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 fc58705cdee10e73e86559ad75f9908bb25b79cc..08535093a019006adc2f494a46616197a9980cd2 100644
(file)
--- a/
libs/uvl/root/lib/uci/schema/default/firewall
+++ b/
libs/uvl/root/lib/uci/schema/default/firewall
@@
-104,6
+104,12
@@
config section
option package 'firewall'
list depends 'target, src'
list depends 'target, dest'
+ list depends 'target, src_ip'
+ list depends 'target, src_port'
+ list depends 'target, src_mac'
+ list depends 'target, dest_ip'
+ list depends 'target, dest_port'
+ list depends 'target, proto'
config variable
option name 'src'