From owner-freebsd-bugs Wed Aug 9 6:59:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id AE19737B62D for ; Wed, 9 Aug 2000 06:59:31 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id JAA18510; Wed, 9 Aug 2000 09:59:25 -0400 (EDT) (envelope-from wollman) Date: Wed, 9 Aug 2000 09:59:25 -0400 (EDT) From: Garrett Wollman Message-Id: <200008091359.JAA18510@khavrinen.lcs.mit.edu> To: Peter Jeremy Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19436: when using vlanX interface arp ageing work incorrectly In-Reply-To: <200008090000.RAA06896@freefall.freebsd.org> References: <200008090000.RAA06896@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > Looking through your patch, I believe it should be the following: > The first hunk supports setting ARP entries, the second is your > patch, the third is to identify the VLAN entries (and is optional). > + case IFT_PROPVIRTUAL: > + printf(" [vlan]"); > + break; I don't want to see IFT_PROPVIRTUAL escaping any more than it already has -- a new type should be defined specifically for 802.1Q. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message