mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: iptables: Edit synopsis & description.
* gnu/packages/linux.scm (iptables)[synopsis, description]: Improve.
This commit is contained in:
parent
4f3bf2059e
commit
be5dc5fb18
1 changed files with 10 additions and 7 deletions
|
@ -1111,14 +1111,17 @@ (define-public iptables
|
||||||
#:configure-flags ; add $libdir to the RUNPATH of executables
|
#:configure-flags ; add $libdir to the RUNPATH of executables
|
||||||
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))))
|
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))))
|
||||||
(home-page "https://www.netfilter.org/projects/iptables/index.html")
|
(home-page "https://www.netfilter.org/projects/iptables/index.html")
|
||||||
(synopsis "Program to configure the Linux IP packet filtering rules")
|
(synopsis "Programs to configure Linux IP packet filtering rules")
|
||||||
(description
|
(description
|
||||||
"iptables is the userspace command line program used to configure the
|
"@command{iptables} is the user-space command line program used to
|
||||||
Linux 2.4.x and later IPv4 packet filtering ruleset (firewall). It is targeted at
|
configure the Linux 2.4.x and later IPv4 packet filtering ruleset
|
||||||
system administrators. Since Network Address Translation is also configured
|
(@dfn{firewall}), including @dfn{NAT} (Network Address Translation).
|
||||||
from the packet filter ruleset, iptables is used for this, too. The iptables
|
|
||||||
package also includes ip6tables. ip6tables is used for configuring the IPv6
|
This package also includes @command{ip6tables}, which is used to configure the
|
||||||
packet filter.")
|
IPv6 packet filter.
|
||||||
|
|
||||||
|
Both commands are targeted at system administrators.
|
||||||
|
")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public ebtables
|
(define-public ebtables
|
||||||
|
|
Loading…
Reference in a new issue