summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/firewall.xml
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/doc/manual/configuration/firewall.xml
parentf8ef8bf469464391fdf1cd041287fd32d8a210ac (diff)
downloadnixlib-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar
nixlib-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.gz
nixlib-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.bz2
nixlib-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.lz
nixlib-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.xz
nixlib-4c8a198f12ed3131615e725c59349b04b8ed18a3.tar.zst
nixlib-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/doc/manual/configuration/firewall.xml')
-rw-r--r--nixos/doc/manual/configuration/firewall.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/doc/manual/configuration/firewall.xml b/nixos/doc/manual/configuration/firewall.xml
index b66adcedce6e..47a19ac82c0f 100644
--- a/nixos/doc/manual/configuration/firewall.xml
+++ b/nixos/doc/manual/configuration/firewall.xml
@@ -34,13 +34,4 @@
   Similarly, UDP port ranges can be opened through
   <xref linkend="opt-networking.firewall.allowedUDPPortRanges"/>.
  </para>
-
- <para>
-  Also of interest is
-<programlisting>
-<xref linkend="opt-networking.firewall.allowPing"/> = true;
-</programlisting>
-  to allow the machine to respond to ping requests. (ICMPv6 pings are always
-  allowed.)
- </para>
 </section>