Page MenuHomeSolus

Update iputils to 20210202
ClosedPublic

Authored by silke on Feb 17 2021, 1:02 PM.
Tags
None
Referenced Files
F10947709: D10564.diff
Sat, Jul 15, 5:02 PM
F10946412: D10564.id25434.diff
Sat, Jul 15, 9:56 AM
F10943565: D10564.diff
Fri, Jul 14, 7:28 PM
F10842161: D10564.id25434.diff
Jun 10 2023, 10:33 AM
F10839499: D10564.id25442.diff
Jun 9 2023, 9:26 PM
F10820816: D10564.id25442.diff
Jun 2 2023, 6:03 AM
F10776678: D10564.id.diff
May 23 2023, 3:03 PM
F10773739: D10564.id25442.diff
May 21 2023, 11:52 PM
Subscribers

Details

Summary

Release notes can be found on GitHub.

Test Plan

Execute the following successfully (where $host is a dual-stack host in the local network):

sudo arping -c 4 $host
sudo clockdiff $host
iputils-ping -4 -c 4 $host
iputils-ping -6 -c 4 $host

tracepath -4 transip.nl
tracepath -6 transip.nl
sudo traceroute6 transip.nl

sudo systemctl start ninfod
sudo iputils-ping -W 0.1 -c2 -6 -N name ip6-localhost
sudo systemctl stop ninfod

rarpd and rdisc are untested.

Diff Detail

Repository
R4960 iputils
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

silke requested review of this revision.Feb 17 2021, 1:02 PM
This revision is now accepted and ready to land.Feb 17 2021, 5:16 PM
This revision was automatically updated to reflect the committed changes.