902f3d8946
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) |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.inc | ||
af_atalk.c | ||
af_inet.c | ||
af_inet6.c | ||
af_inetany.c | ||
af_inetany.h | ||
af_link.c | ||
agr.c | ||
carp.c | ||
env.c | ||
env.h | ||
ether.c | ||
extern.h | ||
ieee80211.c | ||
ifconfig.8 | ||
ifconfig.c | ||
ifconfig_hostops.c | ||
ifconfig_rumpops.c | ||
media.c | ||
media.h | ||
parse.c | ||
parse.h | ||
pfsync.c | ||
prog_ops.h | ||
tunnel.c | ||
util.c | ||
util.h | ||
vlan.c |