summary refs log tree commit diff
path: root/nixos/tests/containers-restart_networking.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-restart_networking.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-restart_networking.nix')
-rw-r--r--nixos/tests/containers-restart_networking.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/containers-restart_networking.nix b/nixos/tests/containers-restart_networking.nix
index aeb0a6e68e2..0fb3b591e9f 100644
--- a/nixos/tests/containers-restart_networking.nix
+++ b/nixos/tests/containers-restart_networking.nix
@@ -10,7 +10,6 @@ let
       hostBridge = "br0";
       config = {
         networking.firewall.enable = false;
-        networking.firewall.allowPing = true;
         networking.interfaces.eth0.ipv4.addresses = [
           { address = "192.168.1.122"; prefixLength = 24; }
         ];