On 08/24/15 at 10:43am, Pravin B Shelar wrote:
> Introduce function udp_tun_rx_dst() to initialize tunnel dst on
> receive path.
>
> Signed-off-by: Pravin B Shelar
> + if (family == AF_INET)
> + tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size);
> + else
> +
On Mon, Aug 24, 2015 at 10:43 AM, Pravin B Shelar wrote:
> Introduce function udp_tun_rx_dst() to initialize tunnel dst on
> receive path.
>
> Signed-off-by: Pravin B Shelar
Reviewed-by: Jesse Gross
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to
Introduce function udp_tun_rx_dst() to initialize tunnel dst on
receive path.
Signed-off-by: Pravin B Shelar
---
Rebased to support ipv6 tun-dst.
---
drivers/net/vxlan.c| 29 ++--
include/net/dst_metadata.h | 61
include/ne