All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Thibault <jonathan@navigue.com>
To: bridge@lists.osdl.org
Subject: Re: [Bridge] [PATCH] Add vlan id to bridge forward database
Date: Tue, 29 Apr 2008 22:25:42 -0400	[thread overview]
Message-ID: <4817D8A6.7080208@navigue.com> (raw)
In-Reply-To: <2e59e6970804291616l5e6685edw7299be09c0dd2384@mail.gmail.com>


I've been trying to get something like that to work for over a year now. 
  It mostly works, only the bridge will stop forwarding some arp replies 
coming in from a non-vlan interface to the trunk.  Bridge sees the 
replies but they never make it onto the wire.  If this was an STP (it's 
not enabled) issue, I assume the port would simply stop forwarding 
alltogether, not just ARP *replies*.

(yeah, I know I sound like a broken record to those who've been 
following my posts ;)

If there's any tests I can do to help on that front, just ask!  I would 
be happy just knowing *why* it doesn't work so far but I don't know the 
code well enough to figure out where the packets might get discarded.

Jonathan

richardvoigt@gmail.com wrote:

> 
> That's for bridging a trunk, but what about bridging between vlans:
> 
> vconfig add eth0 5
> vconfig add eth0 6
> brctl add br0 eth0.5
> brctl add br0 eth0.6
> 
> While you could combine the vlans, doing this allows you to force all
> traffic through packet filtering/traffic shaping/IDS.
> 
> Usually you wouldn't then see the same MAC on two different VLAN but
> you might on spanning tree packets.

  reply	other threads:[~2008-04-30  2:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-17 16:13 [Bridge] [PATCH] Add vlan id to bridge forward database Jaime Medrano
2007-12-17 16:53 ` Stephen Hemminger
2007-12-18  9:05   ` Jaime Medrano
2008-01-28 15:39   ` Jaime Medrano
2008-01-28 20:29     ` [Bridge] " Benny Amorsen
2008-03-17 18:35     ` [Bridge] " Stephen Hemminger
2008-04-02  9:30       ` Jaime Medrano
2008-04-28 20:57     ` Stephen Hemminger
2008-04-29  8:24       ` Jaime Medrano
2008-04-29 12:43         ` Benny Amorsen
2008-04-29 15:18           ` Jaime Medrano
2008-04-29 23:16         ` richardvoigt
2008-04-30  2:25           ` Jonathan Thibault [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-17 16:13 Jaime Medrano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4817D8A6.7080208@navigue.com \
    --to=jonathan@navigue.com \
    --cc=bridge@lists.osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.