1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: iptables-converter
Section: utils
Priority: optional
Maintainer: Johannes Hubertz <johannes@hubertz.de>
Uploaders:
Toni Mueller <toni@debian.org>,
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.5.0
Package: iptables-converter
Section: utils
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: convert iptables-commands from a file to iptables-save format
iptables-converter: reads a file with iptables commands and converts these to
an iptables-save readable format. To provide compatibility with
"iptables-save -c" command zero packet and byte counters [0:0] are printed
out. ip6tables-converter does the same for IPv6.
Package: iptables-converter-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: convert iptables-commands from a file to iptables-save format - doc
iptables-converter: reads a file with iptables commands and converts these to
an iptables-save readable format. To provide compatibility with
"iptables-save -c" command zero packet and byte counters [0:0] are printed
out. ip6tables-converter does the same for IPv6.
|