[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <55A94C59.4080801@plumgrid.com>
Date: Fri, 17 Jul 2015 11:41:29 -0700
From: Alexei Starovoitov <ast@...mgrid.com>
To: Thomas Graf <tgraf@...g.ch>, roopa@...ulusnetworks.com,
rshearma@...cade.com, ebiederm@...ssion.com,
hannes@...essinduktion.org, pshelar@...ira.com, jesse@...ira.com,
davem@...emloft.net, daniel@...earbox.net, tom@...bertland.com,
edumazet@...gle.com, jiri@...nulli.us, marcelo.leitner@...il.com,
stephen@...workplumber.org, jpettit@...ira.com, kaber@...sh.net,
simon.horman@...ronome.com, joestringer@...ira.com, ja@....bg,
weichunc@...mgrid.com
Cc: netdev@...r.kernel.org, dev@...nvswitch.org
Subject: Re: [PATCH net-next 14/22] vxlan: Flow based tunneling
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists