ozaki-r e32e871503 Don't divide flags output
If there are many enabled flags, ifconfig divides flags output into
multiple formatted strings due to snprintb_m, e.g.,
  wm0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX>wm0: flags=8b43<MULTICAST> mtu 1500

This behavior is probably unexpected. The change always outputs enabled
flags at once like this:
  wm0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
2015-07-29 07:42:27 +00:00
..
2013-10-19 00:35:30 +00:00
2015-04-28 15:14:57 +00:00
2015-07-29 07:42:27 +00:00
2012-10-31 10:17:34 +00:00
2013-10-19 15:59:15 +00:00
2013-10-19 00:35:30 +00:00