diff options
author | Peter Volkov <pva@gentoo.org> | 2008-01-08 16:23:31 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-01-08 16:23:31 +0000 |
commit | b5509d305d3d71521bd4df99748182dee0f954f6 (patch) | |
tree | 358f89309372d081813d97923273e41fed28f0be /net-firewall/iptables/metadata.xml | |
parent | alpha stable wrt #204466 (diff) | |
download | historical-b5509d305d3d71521bd4df99748182dee0f954f6.tar.gz historical-b5509d305d3d71521bd4df99748182dee0f954f6.tar.bz2 historical-b5509d305d3d71521bd4df99748182dee0f954f6.zip |
IMQ patches updated for iptables 1.4.x. Added myself into metadata for l7filter and imq extensions.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-firewall/iptables/metadata.xml')
-rw-r--r-- | net-firewall/iptables/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-firewall/iptables/metadata.xml b/net-firewall/iptables/metadata.xml index 96a2d586367d..56a117cad3e1 100644 --- a/net-firewall/iptables/metadata.xml +++ b/net-firewall/iptables/metadata.xml @@ -2,4 +2,21 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>base-system</herd> +<maintainer> + <email>pva@gentoo.org</email> + <name>Peter Volkov</name> + <description>imq and l7filter extensions</description> +</maintainer> +<longdescription> + iptables is the userspace command line program used to set up, maintain, and + inspect the tables of IPv4 packet filter rules in the Linux kernel. It's a + part of packet filtering framework which allows the stateless and stateful + packet filtering, all kinds of network address and port translation, and is a + flexible and extensible infrastructure with multiple layers of API's for 3rd + party extensions. The iptables package also includes ip6tables. ip6tables is + used for configuring the IPv6 packet filter. + + Note that some extensions (e.g. imq and l7filter) are not included into + official kernel sources so you have to patch the sources before installation. +</longdescription> </pkgmetadata> |