Re: [PATCH net-next] sched/cls_flow.c make nfct-* keys working on ingress with NAT

2015-12-15 Thread David Miller
Do not use attachments to post patches. You must post them inline. I know why you did this, you did it because you couldn't figure out how to get your email client to not molest the patch if it's inline. But you must get that working in order to contribute changes and post them on this mailing l

[PATCH net-next] sched/cls_flow.c make nfct-* keys working on ingress with NAT

2015-12-15 Thread Igor Gavrilov
From: Igor Gavrilov Improved CTTUPLE macro with code from sched/act_connmark.c, so it be able to get unNATed addresses from nf_conntrack on ingress interface. Signed-off-by: Igor Gavrilov Acked-by: Jamal Hadi Salim --- cls_flow.patch Description: Binary data

Re: [PATCH net-next] sched/cls_flow.c

2015-12-14 Thread David Miller
From: Igor Gavrilov Date: Mon, 14 Dec 2015 10:43:35 +0200 > From: Igor Gavrilov > > Improved CTTUPLE macro with code from sched/act_connmark.c, so it be > able to get unNATed addresses from nf_conntrack on ingress interface. > > Signed-off-by: Igor Gavrilov > Acked-by: Jamal Hadi Salim Your

[PATCH net-next] sched/cls_flow.c

2015-12-14 Thread Igor Gavrilov
From: Igor Gavrilov Improved CTTUPLE macro with code from sched/act_connmark.c, so it be able to get unNATed addresses from nf_conntrack on ingress interface. Signed-off-by: Igor Gavrilov Acked-by: Jamal Hadi Salim --- --- net/sched/cls_flow.c.orig 2015-12-11 12:51:32.541673211 +0200 +++ net