Re: [PATCH net-next 1/3] lwt: Add support to redirect dst.input

2015-08-14 Thread Tom Herbert
I will send out a v2 short, this breaks compilation when CONFIG_LWTUNNEL is not defined. On Thu, Aug 13, 2015 at 9:54 AM, Tom Herbert wrote: > This patch adds the capability to redirect dst input in the same way > that dst output is redirected by LWT. > > Also, save the original dst.input and an

Re: [PATCH net-next 1/3] lwt: Add support to redirect dst.input

2015-08-14 Thread Robert Shearman
On 13/08/15 17:54, Tom Herbert wrote: This patch adds the capability to redirect dst input in the same way that dst output is redirected by LWT. Also, save the original dst.input and and dst.out when setting up lwtunnel redirection. These can be called by the client as a pass- through. The lwt

Re: [PATCH net-next 1/3] lwt: Add support to redirect dst.input

2015-08-14 Thread roopa
On 8/13/15, 9:54 AM, Tom Herbert wrote: This patch adds the capability to redirect dst input in the same way that dst output is redirected by LWT. Also, save the original dst.input and and dst.out when setting up lwtunnel redirection. These can be called by the client as a pass- through. Signed

[PATCH net-next 1/3] lwt: Add support to redirect dst.input

2015-08-13 Thread Tom Herbert
This patch adds the capability to redirect dst input in the same way that dst output is redirected by LWT. Also, save the original dst.input and and dst.out when setting up lwtunnel redirection. These can be called by the client as a pass- through. Signed-off-by: Tom Herbert --- include/net/lwt