Merge ping+ping6 and traceroue+traceroute6 to single utilities?
Darren Pilgrim
list_freebsd at bluerosetech.com
Sun Jan 12 16:48:06 UTC 2014
On 1/12/2014 1:15 AM, Chris H wrote:
> How is ping -6 || ping -4 better?
It would make them behave the same way as almost everything else, thus
following the concept of feature parity between IPv4 and IPv6.
> How will modifying all the some thousands of scripts everyone currently uses
> based on the current commands, make it better?
No need to modify scripts. Provide a hardlink to ping6 and add code
that checks argv[0] and runs in compatibility mode if called as ping6.
We can then use this opportunity to homogenize the IPv4 and IPv6 ping
parameter assignments without breaking backward compatibility.
More information about the freebsd-net
mailing list