Re: [PATCH net-next v2 0/5] net: updates for IPv6 Segment Routing

2017-08-25 Thread David Miller
From: David Lebrun Date: Fri, 25 Aug 2017 09:56:43 +0200 > v2: seg6_lwt_headroom() is not relevant for lwtunnel_input_redirect() > use cases, and L2ENCAP only uses this redirection. Fix incoherence > between arbitrary MAC header size support and fixed headroom > computation by setting

[PATCH net-next v2 0/5] net: updates for IPv6 Segment Routing

2017-08-25 Thread David Lebrun
v2: seg6_lwt_headroom() is not relevant for lwtunnel_input_redirect() use cases, and L2ENCAP only uses this redirection. Fix incoherence between arbitrary MAC header size support and fixed headroom computation by setting only LWTUNNEL_STATE_INPUT_REDIRECT for L2ENCAP mode. This pat