Date: Sun, 23 Oct 2005 01:44:08 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_mib.c Message-ID: <200510230144.j9N1i86a057613@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2005-10-23 01:44:08 UTC FreeBSD src repository Modified files: sys/net if_mib.c Log: Before we export network interface data through the ifmibdata structure, OR the flags bits with the driver managed status flags. This fixes an issue where RUNNING flags would not be reported to processes, which conflicts with the flags information provided by ifconfig(8). Revision Changes Path 1.16 +1 -1 src/sys/net/if_mib.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510230144.j9N1i86a057613>