Re: [PATCH] xfrm: Add oif to dst lookups

2015-09-15 Thread David Ahern
Hi Steffen: On 9/15/15 3:28 AM, Steffen Klassert wrote: On Mon, Aug 10, 2015 at 04:58:11PM -0600, David Ahern wrote: Rules can be installed that direct route lookups to specific tables based on oif. Plumb the oif through the xfrm lookups so it gets set in the flow struct and passed to the resol

Re: [PATCH] xfrm: Add oif to dst lookups

2015-09-15 Thread Steffen Klassert
On Mon, Aug 10, 2015 at 04:58:11PM -0600, David Ahern wrote: > Rules can be installed that direct route lookups to specific tables based > on oif. Plumb the oif through the xfrm lookups so it gets set in the flow > struct and passed to the resolver routines. > > Signed-off-by: David Ahern David,

Re: [PATCH] xfrm: Add oif to dst lookups

2015-08-12 Thread Steffen Klassert
On Mon, Aug 10, 2015 at 04:58:11PM -0600, David Ahern wrote: > Rules can be installed that direct route lookups to specific tables based > on oif. Plumb the oif through the xfrm lookups so it gets set in the flow > struct and passed to the resolver routines. > > Signed-off-by: David Ahern Applie

[PATCH] xfrm: Add oif to dst lookups

2015-08-10 Thread David Ahern
Rules can be installed that direct route lookups to specific tables based on oif. Plumb the oif through the xfrm lookups so it gets set in the flow struct and passed to the resolver routines. Signed-off-by: David Ahern --- include/net/xfrm.h | 7 +-- net/ipv4/xfrm4_policy.c | 11 ++