[ovs-discuss] Controller recognizes bridges as hosts!!!
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 tcp: When I check the discovered topology in the controller, 10.0.0.X addresses are recognized as hosts connected to OVSs and the MAC address of the OVSs are considered as MAC address for hosts. However, in this case, I do not want to have any hosts, I just want to configure OVSs to see how they can forward packets between themselves. Could you help me with this issue? thank you ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
Re: [ovs-discuss] ping loss of first packet with OVN l3 logical router.
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 system: > # arp -n > 10.157.0.253 (incomplete) eth0 > > Then ovn-controller sends an arp request for this? > > When this icmp is sent, the arp has already been requested. > > >It's currently part of the design but it's not great for users, so it'd > >be nice to fix it someday and I'd be pleased to hear proposals if anyone > >wants to work on this. > ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss