about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2020-04-12 09:38:55 -0400
committerGitHub <noreply@github.com>2020-04-12 09:38:55 -0400
commit56c8b7eeda621d41a4ef29c47ec784542738a1fd (patch)
treee335fc77a5af9f72929a8c8de02f57fee92eb22f /nixos
parent8b1a581efd8445371f8fa5c379322543f50b5d4c (diff)
parentc1c9905aae9517d937ac05182d11f2abd255c9f4 (diff)
downloadnixlib-56c8b7eeda621d41a4ef29c47ec784542738a1fd.tar
nixlib-56c8b7eeda621d41a4ef29c47ec784542738a1fd.tar.gz
nixlib-56c8b7eeda621d41a4ef29c47ec784542738a1fd.tar.bz2
nixlib-56c8b7eeda621d41a4ef29c47ec784542738a1fd.tar.lz
nixlib-56c8b7eeda621d41a4ef29c47ec784542738a1fd.tar.xz
nixlib-56c8b7eeda621d41a4ef29c47ec784542738a1fd.tar.zst
nixlib-56c8b7eeda621d41a4ef29c47ec784542738a1fd.zip
Merge pull request #84946 from bqv/nftables
nixos/nftables: fix typo in ruleset example
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/nftables.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/nftables.nix b/nixos/modules/services/networking/nftables.nix
index ad7c013a5449..ec9d9753cfe2 100644
--- a/nixos/modules/services/networking/nftables.nix
+++ b/nixos/modules/services/networking/nftables.nix
@@ -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)