Source: iptables Section: net Priority: important Maintainer: iptables devel team Uploaders: Laurence J. Lane , Arturo Borrero Gonzalez Build-Depends: autoconf, automake, bison, debhelper (>= 9), dh-autoreconf, flex, libmnl-dev, libnetfilter-conntrack-dev, libnetfilter-conntrack3, libnfnetlink-dev, libnftnl-dev, libtool (>= 2.2.6) Standards-Version: 3.9.7 Homepage: http://www.netfilter.org/ Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-netfilter/pkg-netfilter.git Vcs-Browser: https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-netfilter/pkg-netfilter.git Package: iptables Multi-Arch: foreign Architecture: linux-any Depends: libxtables11 (=${binary:Version}), libiptc0 (=${binary:Version}), libip4tc0 (=${binary:Version}), libip6tc0 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Suggests: kmod Description: administration tools for packet filtering and NAT iptables is the userspace command line program used to configure the Linux packet filtering ruleset. It is targeted towards system administrators. Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too. The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 packet filter Package: libxtables11 Architecture: linux-any Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: iptables (<< 1.4.16.3-3) Breaks: iptables (<< 1.4.16.3-3) Description: netfilter xtables library The user-space interface to the Netfilter xtables kernel framework. Package: libxtables-dev Architecture: linux-any Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: libxtables11 (=${binary:Version}), ${misc:Depends} Conflicts: iptables (<< 1.4.2-2) Breaks: linux-libc-dev (<< 3.5) Section: libdevel Description: netfilter xtables library The user-space interface to the Netfilter xtables kernel framework. . This package includes the development files of libxtables. Package: libiptc0 Multi-Arch: same Architecture: linux-any Section: libs Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: iptables (<< 1.4.16.3-3) Breaks: iptables (<< 1.4.16.3-3) Description: netfilter libipt library The user-space iptables C library from the Netfilter xtables framework. . This library has been considered private for years (and still is), in the sense of changing symbols and backward compatibility not guaranteed. Package: libiptc-dev Architecture: linux-any Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: libiptc0 (=${binary:Version}), ${misc:Depends} Conflicts: iptables (<< 1.4.2-2) Breaks: linux-libc-dev (<< 3.5) Section: libdevel Description: Development files for libiptc The user-space iptables C library from the Netfilter xtables framework. . This library has been considered private for years (and still is), in the sense of changing symbols and backward compatibility not guaranteed. . This package provides development files and static libraries. Package: libip4tc0 Multi-Arch: same Architecture: linux-any Section: libs Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: iptables (<< 1.4.16.3-3) Breaks: iptables (<< 1.4.16.3-3) Description: netfilter libi4pt library The user-space iptables (IPv4) C library from the Netfilter xtables framework. . This library has been considered private for years (and still is), in the sense of changing symbols and backward compatibility not guaranteed. Package: libip4tc-dev Architecture: linux-any Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: libiptc0 (=${binary:Version}), ${misc:Depends} Conflicts: iptables (<< 1.4.2-2) Breaks: linux-libc-dev (<< 3.5) Section: libdevel Description: Development files for libiptc The user-space iptables (IPv4) C library from the Netfilter xtables framework. . This library has been considered private for years (and still is), in the sense of changing symbols and backward compatibility not guaranteed. . This package provides development files and static libraries. Package: libip6tc0 Multi-Arch: same Architecture: linux-any Section: libs Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: iptables (<< 1.4.16.3-3) Breaks: iptables (<< 1.4.16.3-3) Description: netfilter libipt library The user-space iptables (IPv6) C library from the Netfilter xtables framework. . This library has been considered private for years (and still is), in the sense of changing symbols and backward compatibility not guaranteed. Package: libip6tc-dev Architecture: linux-any Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: libiptc0 (=${binary:Version}), ${misc:Depends} Conflicts: iptables (<< 1.4.2-2) Breaks: linux-libc-dev (<< 3.5) Section: libdevel Description: Development files for libiptc The user-space iptables (IPv6) C library from the Netfilter xtables framework. . This library has been considered private for years (and still is), in the sense of changing symbols and backward compatibility not guaranteed. . This package provides development files and static libraries. Package: iptables-nftables-compat Architecture: linux-any Priority: optional Depends: arptables, ebtables, iptables (=${binary:Version}), libxtables11 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Recommends: nftables Suggests: kmod Description: iptables compat tools for nftables this package includes the compat tools to load iptables, ip6tables, arptables and ebtables rules to the nf_tables kernel subsystem. . The tools are called: 'iptables-compat', 'iptables-compat-save', 'iptables-compat-restore', 'ip6tables-compat', 'ip6tables-compat-save', 'ip6tables-compat-restore', 'arptables-compat' and 'ebtables-compat'. . 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, i.e: `nft list ruleset'. Same for the other families.