--- - branch: MAIN date: Sat Oct 1 20:59:49 UTC 2016 files: - new: '1.24' old: '1.23' path: src/sbin/ifconfig/af_inet.c pathrev: src/sbin/ifconfig/af_inet.c@1.24 type: modified id: 20161001T205949Z.27aab95f3c0a589772771441d3ad04b76907afe5 log: "Return to printing explicit \"netmask 0x....\" in the case that the\nmask set is non-contiguous. We don't prohibit setting such things\n(even if they are basically useless) so they can be set by accident.\n\tifconfig ifN 10.0.0.1 netmask 225.0.0.0\nproduced\n\tifN .. inet 10.0.0.1/8\nwith the previous form (since 225 is 0xE1), now it produces\n\tifN ... inet 10.0.0.1 netmask 0xe1000000\n\nIf the \"netmask\" form ever appears in ifconfig output, it (now)\nmeans that the netmask is non-contig, which should make that case\nobvious (whther intended, or set by accident)\n" module: src subject: 'CVS commit: src/sbin/ifconfig' unixtime: '1475355589' user: kre