From: Wolfgang Bumiller Date: Tue, 16 Feb 2016 10:20:36 +0000 (+0100) Subject: ip6tables accepts both spellings of the word neighbor X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=3f61519470a9bbb74f3b815b436cd10c3ee042c7 ip6tables accepts both spellings of the word neighbor --- diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index 9806ab8..30b03c6 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -744,7 +744,9 @@ my $icmpv6_type_names = { 'echo-reply' => 1, 'router-solicitation' => 1, 'router-advertisement' => 1, + 'neighbor-solicitation' => 1, 'neighbour-solicitation' => 1, + 'neighbor-advertisement' => 1, 'neighbour-advertisement' => 1, 'redirect' => 1, };