From owner-cvs-all Sun Nov 25 0:48:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 182E437B405; Sun, 25 Nov 2001 00:48:16 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP8mGc61679; Sun, 25 Nov 2001 00:48:16 -0800 (PST) (envelope-from brian) Message-Id: <200111250848.fAP8mGc61679@freefall.freebsd.org> From: Brian Somers Date: Sun, 25 Nov 2001 00:48:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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