All of lore.kernel.org
 help / color / mirror / Atom feed
* [BUG] vlan and bridge does not work properly
@ 2007-01-30 20:25 Daniele Palumbo
  0 siblings, 0 replies; only message in thread
From: Daniele Palumbo @ 2007-01-30 20:25 UTC (permalink / raw)
  To: xen-devel

hi.

this is not directly xen-related, but is in your interest to fix up the thing.

scenario:
peth1 with vlans, and you want to give to some domU all the bridge xenbr1 
(with peth1), and some other domU only some vlans (say, xenbr1.14 with vlan 
14 peth1.14).

in the actual setup, with the following script:
---
#!/bin/sh
XENDIR="/etc/xen/scripts"
$XENDIR/network-bridge "$@" netdev=eth1 bridge=xenbr1 vifnum=1
[...]
$XENDIR/network-bridge "$@" netdev=eth1.14 bridge=xenbr1.14 vifnum=5
---

this is the result:

peth1 (was: eth1) -> xenbr1 -> eth1 (was: veth1)
                               \- add vlan 14 -> peth1.14 (was: eth1.14-veth1)
							\- xenbr1.14

as you can see (i hope, use monospace font), all the traffic goes through 
xenbr1, also the traffic that can skip it.

easy, you say, let's change your script...
that is the bug:
if i attach vlan to peth1, xenbr1 stop working with tagged packets.

i have had already sent an email to bridge@lists.osdl.org:
http://lists.osdl.org/pipermail/bridge/2007-January/001628.html
but maybe you want to track this issue...

HTH.
d.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-01-30 20:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-30 20:25 [BUG] vlan and bridge does not work properly Daniele Palumbo

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.