diff options
| author | Daniil Baturin <daniil@baturin.org> | 2018-03-16 06:19:07 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-16 06:19:07 +0700 |
| commit | ce9af44139520d8a0f1f3e25cfe06e68e48f8cea (patch) | |
| tree | cc6b0a7c249e97af7e42cd026a2ef5dd04e0e80d /lib | |
| parent | 98d47b93bbac7abcc26f073329d4f1180deb47c1 (diff) | |
| parent | 1d21300885e606ec9e8da2b9a9b7af898d896a24 (diff) | |
| download | vyatta-cfg-firewall-ce9af44139520d8a0f1f3e25cfe06e68e48f8cea.tar.gz vyatta-cfg-firewall-ce9af44139520d8a0f1f3e25cfe06e68e48f8cea.zip | |
Merge pull request #8 from mtudosoiu/current
Task T35 place ipv6 groups under global group config tree
Diffstat (limited to 'lib')
| -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(); |
