mirror of
https://github.com/ecki/net-tools.git
synced 2025-09-04 06:22:31 +00:00
Linux base networking tools
![]() Interface name is limited to IFNAMSIZ. To keep compatibility with the
old behavior before
|
||
---|---|---|
.github/workflows | ||
include | ||
lib | ||
man | ||
po | ||
RPM | ||
.gitignore | ||
ABOUT-NLS | ||
arp.c | ||
config.in | ||
configure.sh | ||
COPYING | ||
hostname.c | ||
ifconfig.c | ||
INSTALLING | ||
intl.h | ||
ipmaddr.c | ||
iptunnel.c | ||
Makefile | ||
mii-tool.c | ||
nameif.c | ||
netstat.c | ||
plipconfig.c | ||
rarp.c | ||
README | ||
route.c | ||
slattach.c | ||
statistics.c | ||
THANKS | ||
TODO |
README Information about the net-tools package NET-TOOLS A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. This package includes the legacy tools for controlling the network subsystem of the Linux kernel. This includes arp, hostname, ifconfig, netstat, rarp and route. Additionally, this package contains utilities relating to particular network hardware types (plipconfig, slattach, mii-tool) and advanced aspects of IP configuration (iptunnel, ipmaddr). Please include the output of "program --version" when reporting bugs. Contents: README This file. INSTALLING Installation instructions. COPYING Your free copy of the GNU General Public License 2. net-tools are licensed under the GPLv2 or newer, see the individual file headers for notices. The Homepage (including Git repository, release downloads, bug tracker and mailing list) is hosted by SourceForge.net. Please consider joining the project if you want to contribute: https://sourceforge.net/projects/net-tools/ There is a GitHub mirror available, if you prefer this for pull requests: https://github.com/ecki/net-tools/ Notes ----- This is net-tools HEAD. These have largely been tested against Linux kernels 2.6+. They might work against older ones if anyone actually still cares about those anymore. They have largely been tested against recent glibc versions, but should work on any POSIX compliant C library. If you notice portability issues, please flie a bug for us (or even send a patch!). The NLS support by Arnaldo Carvalho de Melo <acme@conectiva.com.br> uses GNU gettext. Translations to Brazilian Portuguese (pt_BR), German (de), Estonian (ee), Czech (cz), and French (fr) are available. Others are welcome! The translated man pages are planned to be moved to the manpages-i10n project in the next release. Thanks to Helge Kreutzmann. net-tools is generally considered deprecated, in most cases use the iproute2 package instead. Mike Frysinger vapier@gentoo.org Phil Blundell philb@gnu.org Bernd Eckenfels net-tools@lina.inka.de