[ovs-discuss] Can I bind a virtual port to a physical port?

2014-08-19 Thread
*Hi, All:Can I bind a virtual port to a physical port? **I mean if the packet enters a physical port, it will automatically go to a **virtual port without flow rule( ex) if the packet arrives at port **1(physical), it will be sent to port 2(virtial port) ). **Thanks.* *Best Regards!* *Chao Yan

[ovs-discuss] Anyway to bind eth5 to dhcp interface when eth5 got IP addr

2014-08-18 Thread
Hi, All: I configued my eth5 as dhcp interface but neutron default is tapeb8c2d34-77. So I patched eth5 and tapeb8c2d34-77, but it doesn't work. eth5 receives dhcp request but not responding. Please help me out. *stack@undercloud-undercloud-cojbsmi35biq:~$ sudo ovs-vsctl show* 0a8c

Re: [ovs-discuss] OpenFlow lab set-up problem on commodity PCs

2014-06-23 Thread
I tried to ping from VM1 to VM2 or > VM1 to VM3. However Switch PCs are connected with the controller. Can you > shed light into it. > Thanks. > > > > > On Mon, Jun 23, 2014 at 6:43 PM, 严超 wrote: > >> Then the question is why did eth0 IP address get reset ? Did you u

Re: [ovs-discuss] OpenFlow lab set-up problem on commodity PCs

2014-06-23 Thread
Then the question is why did eth0 IP address get reset ? Did you use dhcp to host ip ? *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow --* 2014-06-23

Re: [ovs-discuss] [ovs] Can all interfaces in a same port receive ARP packets when there are packages in an interface?

2014-06-22 Thread
ith standalone bridge you can receive broadcast packets on all > ports/interfaces on the same bridge. Think it as a real switch. > You can also check learned mac table with command: > # ovs-appctl fdb/show brbm > > Best regards, > Han > > On Sun, Jun 22, 2014 at 9:09 AM,

[ovs-discuss] [ovs] Can all interfaces in a same port receive ARP packets when there are packages in an interface?

2014-06-21 Thread
Hi, all: I've got some problem with arp broadcasting. Can all interfaces in a same port receive ARP packets when there are packages in an interface? Like below, if vnet1 receives arp packets, can eth0 receives them too ? Now I can receive in eth0, why ? yanchao@yanchao727:~/tripleo$ sudo ovs-vsc