Module Name: src Committed By: dyoung Date: Wed Dec 28 02:14:57 UTC 2011
Modified Files: src/sys/net: if.c Log Message: Fix ifpromisc() regression: if ifpromisc(ifp, 1) is called, do set IFF_PROMISC whether ifp is IFF_UP or not, but do not call ifp->if_ioctl unless ifp is IFF_UP. To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 src/sys/net/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.