Procházet zdrojové kódy

nftables: Allow mld-listener-reduction, too

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm před 2 roky
rodič
revize
4acb9f1940
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      nftables/nftables.conf.tmpl

+ 1 - 1
nftables/nftables.conf.tmpl

@@ -198,7 +198,7 @@ table ip6 filter {
 	chain icmp_chain {
 		icmpv6 type { destination-unreachable, packet-too-big, time-exceeded, parameter-problem, echo-request, echo-reply } counter accept
 		icmpv6 type { nd-router-solicit, nd-router-advert, nd-neighbor-solicit, nd-neighbor-advert, ind-neighbor-solicit, ind-neighbor-advert } ip6 hoplimit 255 counter accept
-		icmpv6 type { mld-listener-query, mld-listener-report } ip6 saddr fe80::/64 counter accept
+		icmpv6 type { mld-listener-query, mld-listener-report, mld-listener-reduction } ip6 saddr fe80::/64 counter accept
 	}
 
 	chain admin_access {