Hi Eivind,
> (I guess I can remove link0.) What I want here is for em1 and em2 to
> be one pool, so the physical interfaces are just one interface.
> And then I currently want vport0 and vport1 to transmit any kind of
> traffic, but vport2 to ONLY transmit packets with the vnetid 20.
> I tried a couple of variations of tagged and untagged here, but it
> only resulted in no traffic on any interface.
> Anybody can give me a hand in getting this right?
So you have a mix of tagged and untagged packets on the veb.
The veb iby default automatically sets the vid of untagged packets its
configured
vnetid (default: 1; is this true with the link0 flag set?), hence you
always have tagged packets inside the bridge. And then, if I understand
that correctly, packets going out of the physical interfaces also carry
that tag (or vid 20, if coming from vport2).
I have no solution for this, but maybe that's what the -vnetid option
is for?
-vnetid
Remove the default VLAN identifier for untagged packets for ports
added to the bridge.
Ports added to the bridge will not be able to send or receive packets
until they are explicitly configured
Cheers
Jochen