On Wed, Aug 02, 2017 at 02:17:29PM +0300, Roi Dayan wrote: > From: Paul Blakey <[email protected]> > > There is a race between listening on route changes from route-table > netlink which then calls ovs_router_insert() where it adds the involved > netdev to the tnl-ports map (tnl_port_map_insert_ipdev()), > and netdev_open from from normal opening of the port. > > tnl-ports open the netdev as type system (type == NULL) when it doesn't > exists before it is opened normally, e.g from dumping the ports > in dpctl. > > This solves 'ovs-dpctl show' EExists error on vxlan ports as both > (dpctl/tnl-ports) will open the ports as vxlan type. > > Signed-off-by: Paul Blakey <[email protected]> > Reviewed-by: Roi Dayan <[email protected]>
Applied to master, thanks! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
