commit | 049f8e2e28d9c3dac0744cc2f19d3157c7fb5646 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Wed May 27 07:16:49 2015 -0700 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu May 28 06:23:31 2015 +0200 |
tree | 85ef9a4d2dfab318d7c09ec8953b4ba7951cbe39 | |
parent | cd5279c194f89c9b97c294af4aaf4ea8c5e3c704 [diff] |
xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input This change makes it so that if a tunnel is defined we just use the mark from the tunnel instead of the mark from the skb header. By doing this we can avoid the need to set skb->mark inside of the tunnel receive functions. Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>