Re: [ovs-discuss] VLAN settings with patch port

2013-02-21 Thread Diego Rivero
Hi, Sorry for sending multiple times. What I am concerned is arp request/reply between br0 and tap0. To send an icmp packet from 10.0.1.2 to 10.0.0.2 I think the following operations should be done. 1. arp request from 10.0.1.2(tap0) to 10.0.1.1(br0) 2. arp reply from 10.0.1.1(br0) to 10.0.1.2(ta

Re: [ovs-discuss] VLAN settings with patch port

2013-02-21 Thread Diego Rivero
I am actually using Open vSwitch v1.6.1. I hope this wouldn't be the stem of problems. On Fri, Feb 22, 2013 at 12:13 PM, Diego Rivero wrote: > Hi, > > > >> > IP address: >> > br0 -> 10.0.1.1 >> > tap0 -> 10.0.1.2 >> > br1 -> 10.0.0.1 >> > tap1 -> 10.0.0.2 >> >> I'm assuming that netmask is 255.

Re: [ovs-discuss] VLAN settings with patch port

2013-02-21 Thread Diego Rivero
Hi, > > IP address: > > br0 -> 10.0.1.1 > > tap0 -> 10.0.1.2 > > br1 -> 10.0.0.1 > > tap1 -> 10.0.0.2 > > I'm assuming that netmask is 255.0.0.0 (or 255.255.0.0). > > netmask is actually 255.255.255.0. I assume both 10.0.1.0/24 and 10.0.0.0/24are totally independent. Both networks never know eac

Re: [ovs-discuss] How to backup the configuration

2013-02-21 Thread Justin Pettit
What do you mean? You can just copy the configuration file that ovsdb-server is using. --Justin On Feb 21, 2013, at 3:34 PM, Yang Mulder wrote: > How can we backup the configuration of OVS and restore them? > Any reply will be helpful. > Thanks for your reply. > > Mulder > _

[ovs-discuss] How to backup the configuration

2013-02-21 Thread Yang Mulder
How can we backup the configuration of OVS and restore them? Any reply will be helpful. Thanks for your reply. Mulder ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] Build current git against 3.8.0

2013-02-21 Thread Lucas Brasilino
Hi Martin: > Hi, > I compiled a kernel in it, that was working. And configure is checking for > the header files, isn't it? In the configure is no error. > > What else should I do in the Linux tree? Check it out if /lib/modules/3.8.0/build directory is linked (or contains) the Linux 3.8.0 source

Re: [ovs-discuss] VLAN settings with patch port

2013-02-21 Thread Lucas Brasilino
Hi: (...) > # ovs-ofctl dump-flows br0 > NXST_FLOW reply (xid=0x4): > cookie=0x0, duration=490.292s, table=0, n_packets=8033106, > n_bytes=840743327, idle_age=0,priority=0 actions=NORMAL > # ovs-ofctl dump-flows br1 > NXST_FLOW reply (xid=0x4): No flow for bridge br1 ?? > IP address: > br0 ->

[ovs-discuss] [question] Write ovs database failed with "no space left on device"

2013-02-21 Thread likunyun
Hello everybody: There is a problem when I was testing with ovs . Some actions (such as add a port) would be failed when my disk is full, the error is "no space left on device" and write ovs database file failed. Then I delete some files and make sure there is enough space on my disk.

[ovs-discuss] VLAN settings with patch port

2013-02-21 Thread Diego Rivero
I am now facing some problem about vlan settings over patch port with which multiple datapaths are connected (here 2 datapaths). Before I ask my questions, let me dump my current settings. # ovs-vsctl show 55861161-6670-45cc-850e-aca38a9aab33 Bridge br0 Port patch_tun trunk