Re: [ovs-discuss] Possible bug on vlan_vid match

2013-11-06 Thread Eder Leao Fernandes
nd the CFI bit will never be set. My question is if the vid should have this bit previously set, or it should be done on that function? I want to know this, so I can try to provide a patch for the issue. Best Regards, Eder. On Thu, Oct 31, 2013 at 2:04 PM, Eder Leao Fernandes wrote: > Hi,

[ovs-discuss] Possible bug on vlan_vid match

2013-10-31 Thread Eder Leao Fernandes
Hi, I'm trying to match on vlan_vid using Open vSwitch, set as an OpenFlow 1.3 switch. The flows are the following: At table 0: tag the packet, set the vid to 100 and send it to table 1. $ sudo ovs-ofctl -O OpenFlow13 add-flow s1 table=0,in_port=1,actions=push_vlan:0x8100,set_field:100-\>vlan_vi