1
0
Fork 0
mirror of https://github.com/iputils/iputils.git synced 2025-12-05 20:45:12 +00:00
The iputils package is set of small old utilities for Linux networking.
Find a file
Marek Küthe d546847a8c
Translated using Weblate (German)
Currently translated at 100.0% (254 of 254 strings)

Translation: iputils/iputils
Translate-URL: https://translate.fedoraproject.org/projects/iputils/iputils/de/
2025-11-25 08:42:10 +01:00
.github ci: Add packages for perl based testing 2025-09-05 14:16:58 +02:00
build-aux meson-build-dist-man.sh: Skip tests on building doc 2025-09-05 14:16:54 +02:00
ci ci: Add packages for perl based testing 2025-09-05 14:16:58 +02:00
doc JSON output for ping 2025-09-01 16:18:27 +02:00
Documentation tools/create-tarballs.sh: Document meson minimal version 2024-02-12 14:13:47 +01:00
ping ping: Fix unaligned access in struct ping_rts 2025-10-14 12:14:30 +02:00
po Translated using Weblate (German) 2025-11-25 08:42:10 +01:00
test tests: Add basic testing of output 2025-09-05 14:17:18 +02:00
tools tools/tag-release.sh: Fix count for translators 2025-09-13 15:09:19 +02:00
.gitignore build-sys: tidy up project a little bit 2018-10-28 16:04:04 +00:00
.mailmap .mailmap: Update my address 2020-08-03 14:02:18 +02:00
arping.c arping: Fix exit code if receive more replies than sent 2024-06-10 22:07:48 +02:00
build.sh build.sh: Cleanup debug output 2025-08-25 08:44:15 +02:00
CHANGES CHANGES: Release preparation 2025-06-05 16:07:50 +02:00
clockdiff.c clockdiff: i18n: Fix loading localization on clockdiff 2024-09-05 11:34:33 +02:00
configure configure: Fix meson usage 2023-12-22 23:19:46 +01:00
git-version.h.meson build-sys: make version number to update at each commit 2018-10-03 20:21:37 +01:00
iputils.doap Remove rdisc 2021-12-24 00:10:14 +01:00
iputils_common.c error: Unify output of error() implementation with glibc 2025-09-05 14:16:43 +02:00
iputils_common.h ping: Fix moving average rtt calculation 2025-06-02 10:26:03 +02:00
iputils_ni.h ping, ninfod: merge network information constants 2019-03-23 08:31:02 +00:00
ipv6.h Put IPv6 header NextHeader field definitions into header 2021-02-02 09:30:29 +01:00
LICENSE LICENSE: Use spdx identifiers for license names 2022-10-17 16:35:31 +02:00
Makefile Makefile: Make all targets phony 2019-07-26 17:34:19 +02:00
md5.c [clang-tidy] enclose macro arguments in parentheses 2020-04-13 15:03:54 +02:00
md5.h [clang-tidy] match declaration parameter names 2020-04-13 15:03:45 +02:00
meson.build release: iputils-20250605 2025-06-05 16:09:17 +02:00
meson_options.txt meson.txt: Fix typo 2022-10-17 16:41:42 +02:00
README.md README: Update history 2023-12-22 02:10:56 +01:00
SECURITY.md SECURITY: communicate how security issues should be handled 2025-05-16 19:35:05 +02:00
tracepath.c tracepath: Cleanup min value of -l 2024-12-04 15:15:35 +01:00

Build Status Coverity Status

The iputils package is set of small useful utilities for Linux networking.

Installation

$ ./configure && meson build
# cd builddir && meson install

Configuration can be adjusted (prefix, what is being build, etc.), see meson_options.txt, meson.build.

Build dependencies are listed in scripts in ci directory.

Supported libc

Contributing

Issues

  • If reporting a bug, please document how to reproduce it.
  • Please always test the latest master branch.
  • Finding the commit which introduced the problem helps (bisecting).
  • Document the kernel and distribution that were used.
  • Tests should ideally use network namespaces to not interfere with the rest of the system.

Pull requests

Reviewers

  • Reviewers are very welcome. Post your comments or add Reviewed-by: Your Name <me@example.org>.

Translators

Localization is hosted on Fedora Weblate.

Tools included in iputils

Tools removed from iputils

Some obsolete tools has been removed (see #363).

Tool Removing commit Last release Replacement
ninfod 8f0d897 20211215 experimental unused protocol
rarpd fba7b62 20211215 superseded by DHCP protocol
rdisc 7447806 20211215 superseded by DHCP protocol
tftpd 341975a 20210722 tftp-hpa, dnsmasq
traceroute6 a139421 20210722 mtr, traceroute, tracepath

History

Alexey Kuznetsov (19992002)

Hideaki Yoshifuji (20062015)