Page MenuHomeSolus

Update iputils to s20200821
ClosedPublic

Authored by silke on Aug 22 2020, 11:36 AM.
Tags
None
Referenced Files
F11071903: D9483.diff
Sat, Aug 12, 1:52 AM
F10908907: D9483.id.diff
Jul 7 2023, 2:07 AM
F10895751: D9483.id.diff
Jul 1 2023, 7:09 PM
F10848384: D9483.id22901.diff
Jun 11 2023, 2:50 PM
F10834926: D9483.diff
Jun 7 2023, 6:24 PM
F10828306: D9483.id22862.diff
Jun 4 2023, 9:01 AM
F10723192: D9483.id22901.diff
May 7 2023, 1:01 AM
F10721871: D9483.id.diff
May 6 2023, 3:33 PM
Subscribers

Details

Summary

Release notes: https://github.com/iputils/iputils/releases/tag/s20200821

Note that tftpd is not built anymore. dnsmasq can be used instead.

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 25 2020, 10:10 PM
This revision was automatically updated to reflect the committed changes.