summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-07 13:38:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-07 13:38:23 +0000
commit6a5ce5e45f13fe74d3b7784d366b34e95b09960f (patch)
tree9ac98fbb8d4145100b7fdfded1b6df97a95e9331 /libs
parent071f485a69adca2804456655845d7fd7945fe24b (diff)
* luci/libs/uvl: extend firewall scheme to include more sane dependencies for custom rules
Diffstat (limited to 'libs')
-rw-r--r--libs/uvl/root/lib/uci/schema/default/firewall6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/uvl/root/lib/uci/schema/default/firewall b/libs/uvl/root/lib/uci/schema/default/firewall
index fc58705cd..08535093a 100644
--- 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'