CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2016/09/11 13:46:10
Modified files: sbin/ping6 : ping6.c Log message: In this day and age use tcpdump to figure out to whom an ICMP echo reply was sent. We already print the source IP for the echo request in verbose mode. The destination IP should be the same in the replies. Gets rid of 37 LOC and makes unification with ping easier.