From: Florian Westphal <fw@strlen.de>
To: <netfilter-devel@vger.kernel.org>
Subject: [PATCH next] nftables: add inbound ipsec matching
Date: Fri, 1 Dec 2017 13:40:18 +0100 [thread overview]
Message-ID: <20171201124021.20973-1-fw@strlen.de> (raw)
This can be used to check if a packet has a secpath attached to it, i.e.
was subject to ipsec processing. Example:
add rule inet raw prerouting meta secpath exists accept
More complex matching implemented in xt_policy is not supported
at this point.
next reply other threads:[~2017-12-01 12:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-01 12:40 Florian Westphal [this message]
2017-12-01 12:40 ` [PATCH nf-next] netfilter: meta: secpath support Florian Westphal
2017-12-01 12:40 ` Florian Westphal
2017-12-01 12:53 ` Arturo Borrero Gonzalez
2017-12-01 13:07 ` Florian Westphal
2017-12-13 7:16 ` kbuild test robot
2017-12-13 7:16 ` [RFC PATCH] netfilter: meta: nft_meta_get_validate() can be static kbuild test robot
2017-12-13 16:42 ` Pablo Neira Ayuso
2017-12-01 12:40 ` [PATCH libnftnl] meta: secpath support Florian Westphal
2017-12-01 12:40 ` [PATCH nft] meta: add " Florian Westphal
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=20171201124021.20973-1-fw@strlen.de \
--to=fw@strlen.de \
--cc=netfilter-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).