1
0
Fork 0
mirror of https://github.com/ecki/net-tools.git synced 2026-09-19 16:25:13 +00:00
Linux base networking tools
  • C 96.9%
  • Makefile 2.3%
  • Shell 0.8%
Find a file
Bernd 4f5bfb239d Update config.in: disable AF and HW ROSE by default
This is longer part of the kernel 7.1 source tree.

Fixes: #69
2026-07-18 03:37:47 +02:00
.github/workflows chore: pedantic zizmor is happy on GH actions 2026-05-12 00:18:55 +02:00
include netstat: Keep UTF-8 characters in process names 2026-07-18 03:36:43 +02:00
lib netstat: Keep UTF-8 characters in process names 2026-07-18 03:36:43 +02:00
man netstat: Update email address 2026-06-12 16:33:36 +02:00
po Adding Swedish translation 2026-06-12 16:34:57 +02:00
.gitignore ignore gdb related files 2013-05-11 00:53:39 -04:00
arp.c remove outdated per file versions 2025-09-08 20:56:39 +02:00
config.in Update config.in: disable AF and HW ROSE by default 2026-07-18 03:37:47 +02:00
configure.sh remove outdated per file versions 2025-09-08 20:56:39 +02:00
COPYING Updated COPYING file. 2012-01-05 12:22:43 +01:00
hostname.c remove outdated per file versions 2025-09-08 20:56:39 +02:00
ifconfig.c passes -Wunused-parameter 2026-05-12 03:34:26 +02:00
INSTALLING doc: describe missing headers 2026-05-12 03:43:42 +02:00
intl.h Use setlocale at program initialisation. 2001-04-08 17:05:05 +00:00
ipmaddr.c ipmaddr.c: Stack-based buffer Overflow in parse_hex() 2025-05-17 21:11:18 +02:00
iptunnel.c standardize --help/usage handling 2018-06-26 03:30:13 -04:00
Makefile netstat: Keep UTF-8 characters in process names 2026-07-18 03:36:43 +02:00
mii-tool.c mii-tool.c removed dead reference links from comment 2024-06-08 22:56:18 +02:00
nameif.c cleanup fetching of interface flags 2025-09-07 12:45:57 +02:00
netstat.c netstat: Keep UTF-8 characters in process names 2026-07-18 03:36:43 +02:00
plipconfig.c standardize --help/usage handling 2018-06-26 03:30:13 -04:00
rarp.c Rarp: fix nullpointer on unknown hosts 2026-05-11 03:55:30 +02:00
README README: Mention Weblate translation server and new languages 2025-12-12 22:33:26 +01:00
route.c remove outdated per file versions 2025-09-08 20:56:39 +02:00
slattach.c passes -Wunused-parameter 2026-05-12 03:34:26 +02:00
statistics.c remove legacy CVS source id/versions 2025-09-08 20:43:48 +02:00
THANKS netstat: Update email address 2026-06-12 16:33:36 +02:00
TODO TODO: removed NLS, add -Wextra 2026-05-12 01:10:39 +02:00

                                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), Catalan (ca),
Czech (cz), Estonian (ee), French (fr), Georgian (ka), German (de),
Japanese (ja) and Swedish (sv) are available.  Others are welcome!

You can translate net-tools online using Weblate at
https://l10n.opensuse.org/projects/net-tools/

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