]> git.proxmox.com Git - pve-firewall.git/commitdiff
add DHCPv6 macro
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 26 Jan 2016 11:03:02 +0000 (12:03 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 26 Jan 2016 12:17:38 +0000 (13:17 +0100)
src/PVE/Firewall.pm

index 21237f87616fb866bc728552022e61d171930ba3..ae124c2d665f81405000f999df4ac351887837d3 100644 (file)
@@ -142,6 +142,9 @@ my $pve_ipv6fw_macros = {
        { action => 'PARAM', proto => 'icmpv6', dport => 'neighbor-solicitation' },
        { action => 'PARAM', proto => 'icmpv6', dport => 'neighbor-advertisement' },
     ],
+    'DHCPv6' => [
+       { action => 'PARAM', proto => 'udp', dport => '546:547', sport => '546:547' },
+    ],
     'Trcrt' => [
        { action => 'PARAM', proto => 'udp', dport => '33434:33524' },
        { action => 'PARAM', proto => 'icmpv6', dport => 'echo-request' },