CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/06/25 16:22:06
Modified files: sbin/ifconfig : ifconfig.c Log message: Make ifconfig(8) default to prefixlen 128 when setting an IPv6 destination address on a point-to-point interface. Makes it easier to configure IPv6 on interfaces such as gif(4). Specifying 'prefixlen 128' is no longer required. This is consistent with IPv4 where a netmask is not required either. ok mpi@ bluhm@ benno@