]> git.proxmox.com Git - pve-firewall.git/commitdiff
add description to DHCPv6 macro
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 1 Apr 2016 05:29:29 +0000 (07:29 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 1 Apr 2016 05:29:29 +0000 (07:29 +0200)
src/PVE/Firewall.pm

index bda5ff94623af8753cea83f41d5e0b395638b782..85cb9ce031a611052a5e0d80e83f7e0e795393c9 100644 (file)
@@ -145,6 +145,7 @@ my $pve_ipv6fw_macros = {
        { action => 'PARAM', proto => 'icmpv6', dport => 'neighbor-advertisement' },
     ],
     'DHCPv6' => [
+       "DHCPv6 traffic",
        { action => 'PARAM', proto => 'udp', dport => '546:547', sport => '546:547' },
     ],
     'Trcrt' => [