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
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
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
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