CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2016/09/17 03:17:55
Modified files: sbin/ping : ping.c sbin/ping6 : ping6.c Log message: ping(8): The IPv6 header has a payload length field while IPv4 has a length field for the whole packet. Make some room for IPv6 payload. ping6(8): Sync to ping(8).