diff options
author | mtudosoiu <marian.tudosoiu@1and1.ro> | 2018-03-14 10:32:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-14 10:32:41 +0200 |
commit | b831173966f0df13c1e916e85005a8e79ec93fe8 (patch) | |
tree | 8bd4107bef97c03be650687b0d2797c5178b77a9 /lib/Vyatta | |
parent | 65410961b33a072addf91dce7879f6a734aa2187 (diff) | |
download | vyatta-cfg-firewall-b831173966f0df13c1e916e85005a8e79ec93fe8.tar.gz vyatta-cfg-firewall-b831173966f0df13c1e916e85005a8e79ec93fe8.zip |
Task T35 place ipv6 groups under group config tree
Diffstat (limited to 'lib/Vyatta')
-rwxr-xr-x | lib/Vyatta/IpTables/IpSet.pm | 2 |
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(); |