Traces the route taken by packets over an IPv4/IPv6 network
Repositories
BaseOS
Description
The traceroute utility displays the route used by IP packets on their
way to a specified network (or Internet) host. Traceroute displays
the IP number and host name (if possible) of the machines along the
route taken by the packets. Traceroute is used as a network debugging
tool. If you're having network connectivity problems, traceroute will
show you where the trouble is coming from along the route.
Install traceroute if you need a tool for diagnosing network connectivity
problems.
* Mon Dec 02 2024 Jan Macku <jamacku@redhat.com> - 3:2.1.1-1
- rebase to 2.1.1 (RHEL-67117)
Interpret ipv4-mapped ipv6 addresses (::ffff:A.B.C.D) as true ipv4.
There are no ipv4-mapped addresses in the real network which we
operate on, so use just ipv4 in such cases, but allow users
to specify it this way for convenience.
Return back more robast poll(2) loop handling.
* Wed Sep 18 2024 Jan Macku <jamacku@redhat.com> - 3:2.1.0-19
- make traceroute follow RFC-3484 conditionally (RHEL-58449)
* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3:2.1.0-18
- Rebuilt for MSVSphere 9.4 beta
* Mon Nov 27 2023 Jan Macku <jamacku@redhat.com> - 3:2.1.0-18
- add gating.yaml
* Mon Oct 30 2023 Jan Macku <jamacku@redhat.com> - 3:2.1.0-17
- fix improper command line parsing (CVE-2023-46316)