* luci-0.8: backport firewall scheme fixes
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Sep 2008 13:39:16 +0000 (13:39 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Sep 2008 13:39:16 +0000 (13:39 +0000)
libs/uvl/root/lib/uci/schema/default/firewall

index fc58705..0853509 100644 (file)
@@ -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'