Make ifconfig(8) default to prefixlen 128 when setting an IPv6 destination
authorstsp <stsp@openbsd.org>
Sun, 25 Jun 2017 22:22:06 +0000 (22:22 +0000)
committerstsp <stsp@openbsd.org>
Sun, 25 Jun 2017 22:22:06 +0000 (22:22 +0000)
commitfab2d3df33c9bc48791de9fdd9076c35ad5f9849
treee422adc9cee3a0ed9e777b20243bfe72a6170556
parentcef5c653bf8aa10acafbe09af7c3026c50610eed
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@
sbin/ifconfig/ifconfig.c