From owner-cvs-all Sat Aug 25 2:13: 0 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 88CD837B409; Sat, 25 Aug 2001 02:12:57 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P9Cv629016; Sat, 25 Aug 2001 02:12:57 -0700 (PDT) (envelope-from brian) Message-Id: <200108250912.f7P9Cv629016@freefall.freebsd.org> From: Brian Somers Date: Sat, 25 Aug 2001 02:12:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c X-FreeBSD-CVS-Branch: HEAD 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/08/25 02:12:57 PDT Modified files: sys/net if_tun.c Log: TUNSIFINFO now expects IFF_MULTICAST to be OR'd with either IFF_POINTOPOINT or IFF_BROADCAST. If it's not, the IFF_MULTICAST is removed. This is in line with how NetBSD & OpenBSD do it. Revision Changes Path 1.98 +5 -7 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message