From: Florian Westphal <fw@strlen.de>
To: lartc@vger.kernel.org
Subject: Re: Problem with cls_flow nfct-* keys
Date: Thu, 03 Dec 2015 09:19:38 +0000 [thread overview]
Message-ID: <20151203091938.GA14358@breakpoint.cc> (raw)
In-Reply-To: <3419281448878074@web15j.yandex.ru>
Гаврилов Игорь <iggorok@yandex.ua> wrote:
> So this problem not related to my setup. Seems that it occurs for a long time. Is there any possibility to fix this, and what is the reason of such behavior.
conntrack is hooked into the ip stack,
thats after the ingress hook.
So by time cls_flow is called in ingress
conntrack was not yet invoked.
You would need to extend cls_flow to do a conntrack lookup.
(similar to act_connmark.c)
next prev parent reply other threads:[~2015-12-03 9:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-30 10:07 Problem with cls_flow nfct-* keys Гаврилов Игорь
2015-11-30 11:33 ` Гаврилов Игорь
2015-11-30 12:02 ` Andy Furniss
2015-11-30 15:49 ` Гаврилов Игорь
2015-12-03 0:24 ` Andy Furniss
2015-12-03 8:45 ` Гаврилов Игорь
2015-12-03 9:19 ` Florian Westphal [this message]
2015-12-03 10:50 ` Гаврилов Игорь
2015-12-03 10:51 ` Andy Furniss
2015-12-04 16:00 ` Гаврилов Игорь
2015-12-06 11:06 ` Andy Furniss
2015-12-07 11:15 ` Гаврилов Игорь
2015-12-08 21:38 ` Andy Furniss
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151203091938.GA14358@breakpoint.cc \
--to=fw@strlen.de \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.