Skip to content

iputils/iputils

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Currently translated at 100.0% (254 of 254 strings)

Translation: iputils/iputils
Translate-URL: https://translate.fedoraproject.org/projects/iputils/iputils/ko/
Signed-off-by: 김인수 <simmon@nplob.com>
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
1cf5811

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ci
December 31, 2021 23:07
August 3, 2020 14:02
November 11, 2022 20:49
December 24, 2021 00:10
December 24, 2021 00:10
November 26, 2022 00:07
October 17, 2022 16:41

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 are 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 (1999–2002)

Hideaki Yoshifuji (2006–2015)