[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

Re: [ovs-discuss] (no subject)

2013-10-31 Thread Jesse Gross
On Wed, Oct 30, 2013 at 8:45 PM, john paul wrote: > after creating database i follow these steps on host-1 and host-2 just > change in ip address of tunnel,br0 and br1 > ovs-vsctl --no-wait init > ovs-vsctl add-br br0 > ovs-vsctl add-br br1 > ovs-vsctl set bridge br0 datapath_type="netdev" > ovs-v

Re: [ovs-discuss] How to monitor openflow messages between ovs and controller?

2013-10-31 Thread Rahul arora
HI Chengyuan. It seems like you are able to connect switch to the ovs-controller using ssl mode. Here i am also trying to build ssl connection between the switch and controller. Please share that how to configure it. Thanks for the help in advance. .. Regards Rahul Arora ___