On 7/17/15 5:55 AM, Thomas Graf wrote:
@@ -2373,6 +2470,12 @@ static void vxlan_setup(struct net_device *dev) netif_keep_dst(dev); dev->priv_flags |= IFF_LIVE_ADDR_CHANGE;+ /* If in flow based mode, keep the dst including encapsulation + * instructions for vxlan_xmit(). + */ + if (vxlan->flags & VXLAN_F_FLOW_BASED) + netif_keep_dst(dev);
hmm, isn't this done already few lines above? ;) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
