]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables: rename xt-multi binaries to -nft, -legacy
authorFlorian Westphal <fw@strlen.de>
Mon, 18 Jun 2018 07:18:28 +0000 (09:18 +0200)
committerFlorian Westphal <fw@strlen.de>
Wed, 27 Jun 2018 21:44:04 +0000 (23:44 +0200)
commitbe70918eab26e0c5fe219fefab325056144976d9
treeab256347ade0a13ccc8f91da83282436a18c8957
parentd49ba500efd4dc50eef10324f3c0b4f7ce5d6e3e
xtables: rename xt-multi binaries to -nft, -legacy

This adds a clear distinction between old iptables (formerly
xtables-multi, now xtables-legacy-multi) and new iptables
(formerly xtables-compat-multi, now xtables-nft-multi).

Users will get the ip/ip6tables names via symbolic links, having
a distinct name postfix for the legacy/nft variants helps to
make a clear distinction, as iptables-nft will always use
nf_tables and iptables-legacy always uses get/setsockopt wheres
"iptables" could be symlinked to either -nft or -legacy.

Signed-off-by: Florian Westphal <fw@strlen.de>
iptables-test.py
iptables/Makefile.am
iptables/xtables-legacy-multi.c [moved from iptables/xtables-multi.c with 79% similarity]
iptables/xtables-legacy.8 [new file with mode: 0644]
iptables/xtables-nft-multi.c [moved from iptables/xtables-compat-multi.c with 76% similarity]
iptables/xtables-nft.8 [moved from iptables/xtables-compat.8 with 62% similarity]