On Fri, Jun 10, 2016 at 2:32 AM, Nicolas Dichtel <nicolas.dich...@6wind.com> wrote: > The function vxlan_dev_create() (only used by ovs) never calls > rtnl_configure_link(). The consequence is that dev->rtnl_link_state is > never set to RTNL_LINK_INITIALIZED. > During the deletion phase, the function rollback_registered_many() sends > a RTM_DELLINK only if dev->rtnl_link_state is set to RTNL_LINK_INITIALIZED. > > Fixes: dcc38c033b32 ("openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN") > CC: Thomas Graf <tg...@suug.ch> > CC: Pravin B Shelar <pshe...@nicira.com> > Signed-off-by: Nicolas Dichtel <nicolas.dich...@6wind.com>
Does Geneve need this as well?