From owner-freebsd-current@FreeBSD.ORG Fri Aug 1 10:57:25 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D603F37B401 for ; Fri, 1 Aug 2003 10:57:25 -0700 (PDT) Received: from mail05.svc.cra.dublin.eircom.net (mail05.svc.cra.dublin.eircom.net [159.134.118.21]) by mx1.FreeBSD.org (Postfix) with SMTP id F1C6D43F75 for ; Fri, 1 Aug 2003 10:57:24 -0700 (PDT) (envelope-from pmedwards@eircom.net) Received: (qmail 37768 messnum 4615486 invoked from network[159.134.237.78/webmail01.eircom.net]); 1 Aug 2003 17:57:23 -0000 Received: from webmail01.eircom.net (HELO webmail.eircom.net) (159.134.237.78) by mail05.svc.cra.dublin.eircom.net (qp 37768) with SMTP; 1 Aug 2003 17:57:23 -0000 From: "Peter Edwards" To: John Polstra , current@freebsd.org Date: Fri, 1 Aug 2003 18:57:23 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Originating-IP: 62.17.151.61 X-Mailer: Eircom Net CRC Webmail (http://www.eircom.net/) Organization: Eircom Net (http://www.eircom.net/) Message-Id: <20030801175724.F1C6D43F75@mx1.FreeBSD.org> cc: pmedwards@eircom.net Subject: Re: bge & vlan stranges X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 17:57:26 -0000 John Polstra wrote: > No, you are right. I didn't read the posting carefully enough. > Sorry! No problem. [snip] >> I assume you mean, that after setting if_hdrlen, [snip] > I think you also have to set if_data.ifi_hdrlen as I said [snip] My fault: I jumped from one term for the same thing to the other without explanation. if_hdrlen is a macro for if_data.ifi_hdrlen. I'm not a big fan of hiding those kind of details with macros, but I assume they're defined by smarter people than me in order that they be used :-)