From 874baf05d48a4c7216edbb6ac4aebaaa0059ad84 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 26 Apr 2018 23:09:15 +0200 Subject: [PATCH 1/1] nftables-workstation.nft: mention the IPv6 Neighbor Discovery RFC --- nftables-workstation.nft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nftables-workstation.nft b/nftables-workstation.nft index c227df2..c1ffd80 100644 --- a/nftables-workstation.nft +++ b/nftables-workstation.nft @@ -63,7 +63,7 @@ table inet filter { packet-too-big } accept - # Allow auto configuration support. + # Allow IPv6 Neighbor Discovery (RFC4861). ip6 nexthdr ipv6-icmp icmpv6 type { nd-router-advert, nd-router-solicit, -- 2.1.4