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

2013-11-08 Thread Jesse Gross
On Wed, Nov 6, 2013 at 3:08 AM, Eder Leao Fernandes wrote: > Update: > > I have found that if you add a flow with dl_vlan the packet is sent to the > output port. > > Then I looked at the packets generated by ofctl with vlan_vid and with > dl_vlan. > The vlan_vid value has not the cfi set, while t

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

2013-11-06 Thread Eder Leao Fernandes
Update: I have found that if you add a flow with dl_vlan the packet is sent to the output port. Then I looked at the packets generated by ofctl with vlan_vid and with dl_vlan. The vlan_vid value has not the cfi set, while the message sent with dl_vlan had. A quick search for vlan_vid into the co

[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