Date: Mon, 2 Apr 2001 14:49:18 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c Message-ID: <200104022149.f32LnIP32157@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/04/02 14:49:18 PDT Modified files: sys/net if_tun.c Log: Return 0 and do nothing when we get a SIOCSIFFLAGS. Without this, ifpromisc() always fails (after setting the IFF_PROMISC bit in ifp->if_flags) and bpf never bothers to turn promiscuous mode off. PR: 20188 Revision Changes Path 1.90 +2 -1 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104022149.f32LnIP32157>