Name: | traceroute |
---|---|
Epoch: | 3 |
Version: | 2.1.1 |
Release: | 1.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 105112 |
License: | GPLv2+ |
RPM: | traceroute-2.1.1-1.el9.aarch64.rpm |
Source RPM: | traceroute-2.1.1-1.el9.src.rpm |
Build Date: | Fri Feb 21 2025 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | http://traceroute.sourceforge.net |
Summary: | Traces the route taken by packets over an IPv4/IPv6 network |
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. |
- 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.
- make traceroute follow RFC-3484 conditionally (RHEL-58449)
- add gating.yaml
- fix improper command line parsing (CVE-2023-46316)