From owner-freebsd-net Tue Jul 31 8:28:59 2001 Delivered-To: freebsd-net@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 55C9C37B403 for ; Tue, 31 Jul 2001 08:28:55 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f6VFSeA15660; Tue, 31 Jul 2001 11:28:40 -0400 (EDT) (envelope-from wollman) Date: Tue, 31 Jul 2001 11:28:40 -0400 (EDT) From: Garrett Wollman Message-Id: <200107311528.f6VFSeA15660@khavrinen.lcs.mit.edu> To: "Daniel C. Sobral" Cc: net@FreeBSD.ORG Subject: VLAN collisions In-Reply-To: <3B66A2A0.2030603@tcoip.com.br> References: <3B66A2A0.2030603@tcoip.com.br> Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > I am seeing something weird here. I get collisions on one of my vlan > interfaces. Huh? How come? How can this happen? UTSL. /* * Do not run parent's if_start() if the parent is not up, * or parent's driver will cause a system crash. */ if ((p->if_flags & (IFF_UP | IFF_RUNNING)) != (IFF_UP | IFF_RUNNING)) { m_freem(m); ifp->if_data.ifi_collisions++; continue; } -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message