NetBSD/sbin/ifconfig
kre 902f3d8946 Return to printing explicit "netmask 0x...." in the case that the
mask set is non-contiguous.   We don't prohibit setting such things
(even if they are basically useless) so they can be set by accident.
	ifconfig ifN 10.0.0.1 netmask 225.0.0.0
produced
	ifN .. inet 10.0.0.1/8
with the previous form (since 225 is 0xE1), now it produces
	ifN ... inet 10.0.0.1 netmask 0xe1000000

If the "netmask" form ever appears in ifconfig output, it (now)
means that the netmask is non-contig, which should make that case
obvious (whther intended, or set by accident)
2016-10-01 20:59:49 +00:00
..
Makefile
Makefile.inc
af_atalk.c
af_inet.c Return to printing explicit "netmask 0x...." in the case that the 2016-10-01 20:59:49 +00:00
af_inet6.c Modernise the output for the address to address/prefix instead 2016-10-01 15:10:58 +00:00
af_inetany.c
af_inetany.h
af_link.c
agr.c
carp.c
env.c PR/50909: David Binderman: Optimize memset 2016-03-07 15:56:17 +00:00
env.h
ether.c
extern.h
ieee80211.c fix bugs in ssid printing 2016-09-22 18:22:51 +00:00
ifconfig.8 Replace contractions & abbreviation. 2016-09-11 22:10:47 +00:00
ifconfig.c -W seconds will wait for the detached flag to clear on addresses on 2016-01-07 11:32:21 +00:00
ifconfig_hostops.c
ifconfig_rumpops.c
media.c Don't bail if SIOGIFMEDIA doesn't return any media lists because we 2016-09-14 11:46:43 +00:00
media.h
parse.c
parse.h
pfsync.c
prog_ops.h
tunnel.c
util.c
util.h -W seconds will wait for the detached flag to clear on addresses on 2016-01-07 11:32:21 +00:00
vlan.c