[ovs-discuss] Controller recognizes bridges as hosts!!!

2018-03-17 Thread Sh j
Hello everyone, I configured two OVSs as follows, OVS1(eth0) --- (eth0)OVS2 ovs-vsctl add-br brx ovs-vsctl add-port brx ethx ip addr flush dev ethx ip addr add 10.0.0.x/16 dev brx ip link set brx up Then I set them to connect to a controller as follows, ovs-vsctl set-controller brx

Re: [ovs-discuss] ping loss of first packet with OVN l3 logical router.

2018-03-17 Thread Ben Pfaff
The issue is just the lack of packet buffering. To fix it, we need to implement packet buffering somehow. On Sat, Mar 17, 2018 at 08:15:17AM +0800, Guoshuai Li wrote: > What about add an incomplete(only ip, no mac) Mac_binding when configuring > the route's nexthop? > > Similar to the linux