Re: [PATCH] sched/cls_flow.c : allow nfct-* keys work on ingress interfaces

2015-12-10 Thread Cong Wang
Hello, On Thu, Dec 10, 2015 at 5:24 AM, Гаврилов Игорь wrote: > Improved CTTUPLE macro with code from sched/act_connmark.c, so it be able to > get unNATed addresses from nf_conntrack. Please follow the guideline to submit a formal kernel patch:

[PATCH] sched/cls_flow.c : allow nfct-* keys work on ingress interfaces

2015-12-10 Thread Гаврилов Игорь
Improved CTTUPLE macro with code from sched/act_connmark.c, so it be able to get unNATed addresses from nf_conntrack.--- cls_flow.c 2015-11-02 02:05:25.0 +0200 +++ net/sched/cls_flow.c 2015-12-10 17:04:03.075202330 +0200 @@ -30,6 +30,8 @@ #if defined(CONFIG_NF_CONNTRACK) ||