Commit 034cfa11 authored by Arturo Borrero Gonzalez's avatar Arturo Borrero Gonzalez
Browse files

iptables-nftables-compat: include translate tools



Include the translate tools:
 * iptables-translate
 * ip6tables-translate
Signed-off-by: default avatarArturo Borrero Gonzalez <arturo@debian.org>
parent 0da7ef34
...@@ -193,6 +193,14 @@ Description: iptables compat tools for nftables ...@@ -193,6 +193,14 @@ Description: iptables compat tools for nftables
'iptables-compat-restore', 'ip6tables-compat', 'ip6tables-compat-save', 'iptables-compat-restore', 'ip6tables-compat', 'ip6tables-compat-save',
'ip6tables-compat-restore', 'arptables-compat' and 'ebtables-compat'. 'ip6tables-compat-restore', 'arptables-compat' and 'ebtables-compat'.
. .
.
A basic way to understand this compat stuff is to load the ruleset A basic way to understand this compat stuff is to load the ruleset
skeleton, i.e: a first call `iptables-compat -L'. Then, you can use nft, skeleton, i.e: a first call `iptables-compat -L'. Then, you can use nft,
i.e: `nft list ruleset'. Same for the other families. i.e: `nft list ruleset'. Same for the other families.
.
Also, this package contains the translation tools, which are
'iptables-translate', 'ip6tables-translate', 'iptables-restore-translate',
and 'ip6tables-restore-translate'.
.
These translation tools works by reading an input in iptables native syntax
and then printing the nftables syntax equivalent.
...@@ -2,3 +2,4 @@ usr/lib/*/xtables/libarpt_*.so ...@@ -2,3 +2,4 @@ usr/lib/*/xtables/libarpt_*.so
usr/lib/*/xtables/libebt_*.so usr/lib/*/xtables/libebt_*.so
usr/sbin/*-compat* sbin usr/sbin/*-compat* sbin
usr/sbin/xtables-compat-multi sbin usr/sbin/xtables-compat-multi sbin
usr/sbin/*translate* sbin
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment