-
Notifications
You must be signed in to change notification settings - Fork 275
[RFC] Remove traceroute6 #362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Probably ifenslave too - ip should be used instead. |
|
# rpm -q --filesbypkg iputils-20210202-2.fc34.x86_64 | egrep bin |
That's fedora downstream specific, it has never been part of iputils upstream. |
I'm in favor of dropping traceroute6. I'd also be in favor of dropping tftpd and ninfod. Possibly rarpd and rdisc as well, but I'm not familiar with the quality of the alternatives. |
I would propose link to suitable replacement solution from build process, when traceroute6 will be requested |
Fine with me. |
traceroute6 requires inetd to run, that is quite a rarity nowadays. Due this it has been disabled since 2615a52 ("build-sys: change build defaults") (released in s20190324) because there are much better implementation from Dmitry Butskoy [1]. Also it can be replaced by other tools, e.g. tracepath -6 or mtr. [1] http://traceroute.sourceforge.net/ Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
f04637a
to
309a8c1
Compare
Thanks! I'll wait few more days before removing it. I also created separated ticket to move the discussion there. |
tftp and traceroute6 has been removed in this release [1][2]. Due that LICENSE file has been changed. Also remove patch from this release. [1] iputils/iputils#369 [2] iputils/iputils#362 Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
tftp and traceroute6 has been removed in this release [1][2]. [1] iputils/iputils#369 [2] iputils/iputils#362 Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Lets drop software which does not make much sense to carry out.
NOTE: later something else to remove? I'd suggest
tftpd
(dnsmasq
has much better alternative) and consider alsorarpd
,rdisc
.