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
..
2016-09-11 02:18:52 +00:00
2016-09-11 02:24:00 +00:00
2016-09-11 09:09:54 +00:00
2016-09-11 22:22:57 +00:00
2016-09-11 23:02:54 +00:00
2016-09-12 06:52:59 +00:00
2016-09-12 06:52:59 +00:00
2016-09-12 06:55:10 +00:00
2016-09-12 00:25:23 +00:00
2016-09-12 02:06:16 +00:00
2016-09-12 02:38:31 +00:00
2016-09-12 02:45:07 +00:00
2016-09-12 02:57:09 +00:00
2016-09-12 05:11:53 +00:00
2016-09-12 05:47:21 +00:00
2016-09-12 06:34:08 +00:00