summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormtudosoiu <marian.tudosoiu@1and1.ro>2018-03-14 10:32:41 +0200
committerGitHub <noreply@github.com>2018-03-14 10:32:41 +0200
commitb831173966f0df13c1e916e85005a8e79ec93fe8 (patch)
tree8bd4107bef97c03be650687b0d2797c5178b77a9
parent65410961b33a072addf91dce7879f6a734aa2187 (diff)
downloadvyatta-cfg-firewall-b831173966f0df13c1e916e85005a8e79ec93fe8.tar.gz
vyatta-cfg-firewall-b831173966f0df13c1e916e85005a8e79ec93fe8.zip
Task T35 place ipv6 groups under group config tree
-rwxr-xr-xlib/Vyatta/IpTables/IpSet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/IpTables/IpSet.pm b/lib/Vyatta/IpTables/IpSet.pm
index e293240..cee7935 100755
--- a/lib/Vyatta/IpTables/IpSet.pm
+++ b/lib/Vyatta/IpTables/IpSet.pm
@@ -471,7 +471,7 @@ sub get_firewall_references {
my @fw_refs = ();
return @fw_refs if !$self->exists();
my $config = new Vyatta::Config;
- foreach my $tree ('name', 'modify') {
+ foreach my $tree ('name', 'ipv6-name', 'modify') {
my $path = "firewall $tree ";
$config->setLevel($path);
my @names = $config->$lfunc();