From: Jo-Philipp Wich Date: Sun, 7 Sep 2008 13:38:23 +0000 (+0000) Subject: * luci/libs/uvl: extend firewall scheme to include more sane dependencies for custom... X-Git-Tag: 0.9.0~1394 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=6a5ce5e45f13fe74d3b7784d366b34e95b09960f * luci/libs/uvl: extend firewall scheme to include more sane dependencies for custom rules --- 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'