]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/Firewall.pm
ip6tables accepts both spellings of the word neighbor
[pve-firewall.git] / src / PVE / Firewall.pm
index 9806ab8e850191c7a026912770067c9e7eabf5fb..30b03c6ab4b6df3ff630ba9973761566ccac947c 100644 (file)
@@ -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,
 };