]> git.proxmox.com Git - pve-firewall.git/commitdiff
Add router-solicitation to NeighborDiscovery macro
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 19 Feb 2016 08:43:33 +0000 (09:43 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Feb 2016 09:00:10 +0000 (10:00 +0100)
to be more consistent with the host-wide NDP option.
This macro is now mostly useful to disable NDP on VMs.

src/PVE/Firewall.pm

index 25f1cc9e4a88a136872cd242a5d48843957bdc27..c556be49e4ac313d48f63a4a390dd9f19719357a 100644 (file)
@@ -138,6 +138,7 @@ my $pve_ipv6fw_macros = {
     ],
     'NeighborDiscovery' => [
        "IPv6 neighbor solicitation, neighbor and router advertisement",
+       { action => 'PARAM', proto => 'icmpv6', dport => 'router-solicitation' },
        { action => 'PARAM', proto => 'icmpv6', dport => 'router-advertisement' },
        { action => 'PARAM', proto => 'icmpv6', dport => 'neighbor-solicitation' },
        { action => 'PARAM', proto => 'icmpv6', dport => 'neighbor-advertisement' },