Home
last modified time | relevance | path

Searched hist:"2090714 e1d6e80979dd6926be22b0de9ca432273" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dip_gre.cdiff 2090714e1d6e80979dd6926be22b0de9ca432273 Wed Apr 27 11:29:07 CEST 2016 Jiri Benc <jbenc@redhat.com> gre: build header correctly for collect metadata tunnels

In ipgre (i.e. not gretap) + collect metadata mode, the skb was assumed to
contain Ethernet header and was encapsulated as ETH_P_TEB. This is not the
case, the interface is ARPHRD_IPGRE and the protocol to be used for
encapsulation is skb->protocol.

Fixes: 2e15ea390e6f4 ("ip_gre: Add support to collect tunnel metadata.")
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>