Date: Sun, 25 Nov 2001 00:48:16 -0800 (PST) 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: <200111250848.fAP8mGc61679@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2001/11/25 00:48:16 PST Modified files: (Branch: RELENG_4) sys/net if_tun.c Log: Ignore any IFF_MULTICAST flag specification in ioctl(TUNSIFMODE) The previous commit resulted in the IFF_MULTICAST bit being lost by existing programs usage of TUNSIFMODE - specifically, -stable's ppp doesn't yet know that it needs to pass the flag in. As NetBSD-current, OpenBSD-current and FreeBSD-current all expect IFF_MULTICAST for this ioctl(), ignoring it in -stable is probably the best compromise. Problem spotted by: Peter Pentchev <roam@ringlet.net> Revision Changes Path 1.74.2.7 +1 -2 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?200111250848.fAP8mGc61679>