Merge pull request #84946 from bqv/nftables

nixos/nftables: fix typo in ruleset example
This commit is contained in:
Graham Christensen 2020-04-12 09:38:55 -04:00 committed by GitHub
commit 56c8b7eeda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ in
ip protocol icmp icmp type { destination-unreachable, router-advertisement, time-exceeded, parameter-problem } accept
# allow "ping"
ip6 nexthdr icmp icmpv6 type echo-request accept
ip6 nexthdr icmpv6 icmpv6 type echo-request accept
ip protocol icmp icmp type echo-request accept
# accept SSH connections (required for a server)