diff --git a/nixos/doc/manual/release-notes/rl-1703.xml b/nixos/doc/manual/release-notes/rl-1703.xml index 8f9694bad8b..6e43949419d 100644 --- a/nixos/doc/manual/release-notes/rl-1703.xml +++ b/nixos/doc/manual/release-notes/rl-1703.xml @@ -217,6 +217,18 @@ following incompatible changes: + + + Iputils no longer provide ping6 and traceroute6. The functionality of + these tools have been integrated into ping and traceroute respectively. To + enforce an address family the new flags -4 and + -6 have been added. One notable incompabtibility is that + specifying an interface (for link-local ipv6 for instance) is no longer done + with the -I flag, but by encoding the interface into the + address (ping fe80::1%eth0). + + +