From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 11 Sep 2006 12:53:27 -0700 From: David Kimdon Message-ID: <20060911195327.GA5754@devicescape.com> References: <20060911174928.GA3451@devicescape.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Bridge] RFC: [PATCH] bridge vlan integration List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andy Gospodarek Cc: bridge@lists.osdl.org On Mon, Sep 11, 2006 at 02:55:47PM -0400, Andy Gospodarek wrote: > On 9/11/06, David Kimdon wrote: > David, > > It looks like this code specifically ignores (which is OK for now) and > clears (which is not OK) the frame's 802.1p priority.i ah, yes, good point. > Have you tested > priority-tagged frames to see if they are passed correctly? well, they get mapped to the correct vlan (untagged), but, yes, we lose the priority. > Something like this would probably be fine: yes, thanks. -David