diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-06 15:26:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-06 17:12:41 +0200 |
commit | 35a4fefc01faa963c0a3bd2da4419882851e1580 (patch) | |
tree | 41ac320ab440f8604ab8cd2a7aa67555abdb075e /gnu | |
parent | ddcac5595e37f9d12cff71e9c925e08273f523c6 (diff) | |
download | guix-35a4fefc01faa963c0a3bd2da4419882851e1580.tar.gz guix-35a4fefc01faa963c0a3bd2da4419882851e1580.zip |
gnu: iproute: Edit description.
* gnu/packages/linux.scm (iproute)[description]: Re-order, be concise, and
omit information that is obsolete, misleading, or irrelevant to Guix users.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8f240e6ec2..ac7a7a405d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1173,23 +1173,14 @@ that the Ethernet protocol is much simpler than the IP protocol.") (synopsis "Utilities for controlling TCP/IP networking and traffic in Linux") (description - "Iproute2 is a collection of utilities for controlling TCP/IP -networking and traffic with the Linux kernel. + "Iproute2 is a collection of utilities for controlling TCP/IP networking +and traffic with the Linux kernel. The most important of these are +@command{ip}, which configures IPv4 and IPv6, and @command{tc} for traffic +control. Most network configuration manuals still refer to ifconfig and route as the primary network configuration tools, but ifconfig is known to behave -inadequately in modern network environments. They should be deprecated, but -most distros still include them. Most network configuration systems make use -of ifconfig and thus provide a limited feature set. The /etc/net project aims -to support most modern network technologies, as it doesn't use ifconfig and -allows a system administrator to make use of all iproute2 features, including -traffic control. - -iproute2 is usually shipped in a package called iproute or iproute2 and -consists of several tools, of which the most important are @command{ip} and -@command{tc}. @command{ip} controls IPv4 and IPv6 configuration and -@command{tc} stands for traffic control. Both tools print detailed usage -messages and are accompanied by a set of manpages.") +inadequately in modern network environments, and both should be deprecated.") (license license:gpl2+))) ;; There are two packages for net-tools. The first, net-tools, is more recent |