[ovs-discuss] OpenVswitch with Vlans.

Jesse Gross jesse at nicira.com
Sun Jan 30 23:04:52 UTC 2011


On Thu, Jan 27, 2011 at 2:35 AM, Ramana Reddy <gtvrreddy at gmail.com> wrote:
> On Wed, Jan 26, 2011 at 8:58 PM, Jesse Gross <jesse at nicira.com> wrote:
>>
>> On Tue, Jan 25, 2011 at 11:17 PM, Ramana Reddy <gtvrreddy at gmail.com>
>> wrote:
>> > The drivers are tg3 (broadcom) and  via-rhine (Dlink 1Gb NIC).
>> > I am using ubuntu 10.10 where I installed OVS 1.0.0.
>>
>> Both of those drivers should be fine.  Can you post the output of
>> ovs-dpctl show and ovs-dpctl dump-flows <BRIDGE> on the receive side
>> while pinging?
>
> I added some more detailed output:

The vlan tags are clearly being received correctly.  In your previous
message it also looks like everything is operating correctly.  It
appears that the configuration was changed for output that you posted
in this message.

I think that your ports are configured as access ports.  You can see
that when an untagged packet comes in and is flooded it is tagged
before being output to br0, which is presumable a trunk port.
However, access ports should not receive tagged packets, which would
explain why it gets dropped in the second case.

Please post the output of ovs-vsctl list port.




More information about the discuss mailing list