From 0d12944af59532749fc3626f5a23f69a590ac2bf Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 7 Sep 2008 13:39:16 +0000 Subject: [PATCH] * luci-0.8: backport firewall scheme fixes --- libs/uvl/root/lib/uci/schema/default/firewall | 6 ++++++ 1 file changed, 6 insertions(+) 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' -- 2.25.1