diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-07-29 17:32:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-07-29 17:32:03 +0200 |
commit | 35e4b3d546e8e160db973730496fa331d7a9d6f8 (patch) | |
tree | bf4b9c321c770bef61e1c8cea104a6c2a143d4c4 | |
parent | 7c6bdeec232a02e192061b5849af3041ec43bf3f (diff) | |
download | patches-35e4b3d546e8e160db973730496fa331d7a9d6f8.tar patches-35e4b3d546e8e160db973730496fa331d7a9d6f8.tar.gz |
gnu: iptables: Mention "firewall".
Suggested by ng0 <ng0@we.make.ritual.n0.is>.
* gnu/packages/linux.scm (iptables)[description]: Mention "firewall".
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 001908f899..6bdb6b1faa 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -889,7 +889,7 @@ MIDI functionality to the Linux-based operating system.") (synopsis "Program to configure the Linux IP packet filtering rules") (description "iptables is the userspace command line program used to configure the -Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted towards +Linux 2.4.x and later IPv4 packet filtering ruleset (firewall). It is targeted at system administrators. Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too. The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 |