On Tue, Dec 04, 2018 at 07:14:35PM +0100, Daniel Alvarez wrote: > Prior to this patch, GARPs announcing NAT addresses or new VIFs > were sent out to localnet ofport through an output action. > This can lead to problems since local datapaths won't get those > GARPs and ovn-controller won't update MAC_Binding entries (as > upstream switch will not send back the GARP to this port hence > other logical routers won't update their neighbours). > > This patch is changing the behavior so that GARPs get injected > to OVN pipeline of the external switch. This way, they'll get > broadcasted to local pipelines and also sent out to the external > network through the localnet port. > > Reported-at: > https://mail.openvswitch.org/pipermail/ovs-discuss/2018-October/047604.html > Signed-off-by: Daniel Alvarez <[email protected]> > --- > > v1->v2 > Fix VLAN tests to account for the GARPs received by the local pipeline. > Remove localnet_ofports parameter as it's not used anymore.
Thanks! I applied this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
