From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Subject: Merging iptables-translate branch into master
Date: Tue, 16 Feb 2016 19:38:26 +0100 [thread overview]
Message-ID: <20160216183826.GA28273@salvia> (raw)
Hi,
During a Netfilter lunch meeting during NetDev 1.1, we agreed on
merging the translation infrastructure into master.
For those that are not familiar, the new iptables-translate provides a
translation to the nft syntax, eg.
# iptables-translate -A INPUT -m tcp --dport 22 -j ACCEPT
nft add rule ip filter INPUT tcp dport 22 counter accept
So far, there are translation for ~30 extensions. Shivani took the
time to document this on the wiki.nftables.org site.
Please, help us testing and providing new translation. Thanks.
reply other threads:[~2016-02-16 18:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160216183826.GA28273@salvia \
--to=pablo@netfilter.org \
--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).