Bläddra i källkod

nftables: Fix AF issue

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 år sedan
förälder
incheckning
3407aa7492
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      nftables/nftables.conf.tmpl

+ 1 - 1
nftables/nftables.conf.tmpl

@@ -189,7 +189,7 @@ table ip6 filter {
 
 {%- if forward['policy'] == 'drop' %}
 		limit rate 1/second burst 3 packets counter log prefix "nf forward: "
-		limit rate 1/second burst 3 packets counter reject with icmp type admin-prohibited
+		limit rate 1/second burst 3 packets counter reject with icmpv6 type admin-prohibited
 {%- endif %}
 	}