summary refs log tree commit diff
path: root/nixos/tests/containers-extra_veth.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-10-30 22:26:43 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2018-10-30 22:26:43 +0100
commit4c8a198f12ed3131615e725c59349b04b8ed18a3 (patch)
tree36a63ddbe5baed01614220c5919934b3e6bd8f11 /nixos/tests/containers-extra_veth.nix
parentf8ef8bf469464391fdf1cd041287fd32d8a210ac (diff)
downloadnixpkgs-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar
nixpkgs-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.gz
nixpkgs-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.bz2
nixpkgs-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.lz
nixpkgs-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.xz
nixpkgs-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.zst
nixpkgs-4c8a198f12ed3131615e725c59349b04b8ed18a3.zip
tests/docs: remove remnants of old allowPing default (#49198)
This has been defaulting to true since 16.03, we don't need this code
anymore, also the note in the documentation has been obsolete for quite
a while.
Diffstat (limited to 'nixos/tests/containers-extra_veth.nix')
-rw-r--r--nixos/tests/containers-extra_veth.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/containers-extra_veth.nix b/nixos/tests/containers-extra_veth.nix
index 8f874b3585d..b4c48afe48b 100644
--- a/nixos/tests/containers-extra_veth.nix
+++ b/nixos/tests/containers-extra_veth.nix
@@ -43,7 +43,6 @@ import ./make-test.nix ({ pkgs, ...} : {
           config =
             {
               networking.firewall.allowedTCPPorts = [ 80 ];
-              networking.firewall.allowPing = true;
             };
         };