[pve-devel] [stable-3 firewall 3/4] ip6tables accepts both spellings of the word neighbor

Wolfgang Bumiller w.bumiller at proxmox.com
Tue Feb 16 11:20:36 CET 2016


---
 src/PVE/Firewall.pm | 2 ++
 1 file changed, 2 insertions(+)

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,
 };
-- 
2.1.4





More information about the pve-devel mailing list