e32e871503
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 |
||
---|---|---|
.. | ||
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 |