[ovs-discuss] ovs vlan problem

2015-03-28 Thread Vinllen Chen
Hello, Dear all: I use ovs and mininet to build my net like this: h1--s1--s2--h3 | | h2 h4 And then i set the vlan tag: ovs-vsctl set port s1-h1 tag=10 ovs-vsctl set port s1-h2 tag=20 As a result, i can ping successfully between every two hosts as not expected. Why d

[ovs-discuss] Can I add parameters to NetFlow module bypassing the database?

2015-03-28 Thread Hao Wu
Hi, all. I add a bloom filter struct into the netflow module, /ofproto/netflow.c. Now I insert items into the bloom filter through command ovs-vsctl, as the same way to update the parameters in netflow module, like active_timeout or targets, etc.. But I find the parameters are written into the

Re: [ovs-discuss] seeking help

2015-03-28 Thread Ping Chun Huang
hi, Does any ovsdb schema in "/users/peertest/openvswitch-2.3.0/vswitchd/vswitch.ovsschema"? I think you loss that. if you want to find that, try to "locate vswitch.ovsschema" pichuang, Ping-Chun Huang �S秉�x Wireless Internet Laboratory Computer Center, Department of Computer Science National

Re: [ovs-discuss] seeking help

2015-03-28 Thread Sanghamitra De
Hi, Thanks for the reply. I made the installation by the following commands: sudo mkdir /work sudo chown `whoami` /work cd /work ## Download, configure, compile, and install Open vSwitch. wget http://openvswitch.org/releases/openvswitch-2.3.0.tar.gz tar zxf openvswitch-2.3.0.tar.gz cd openvswit