summaryrefslogtreecommitdiffstats
path: root/libipq/libipq.3
diff options
context:
space:
mode:
authorJames Morris <jmorris@intercode.com.au>2001-11-24 15:09:19 +0000
committerJames Morris <jmorris@namei.org>2001-11-24 15:09:19 +0000
commitffe96c5a701396fd666228034ff694ffdcd1ad10 (patch)
treece5679544731df99a0b6330db105002b7e5cab66 /libipq/libipq.3
parent96b71718c5b1d40499333730f17914af2da9e89a (diff)
IPv6 queue handler, libipq support, documentation from Fernando Anton.
Diffstat (limited to 'libipq/libipq.3')
-rw-r--r--libipq/libipq.36
1 files changed, 4 insertions, 2 deletions
diff --git a/libipq/libipq.3 b/libipq/libipq.3
index 89976855..c2295c1d 100644
--- a/libipq/libipq.3
+++ b/libipq/libipq.3
@@ -1,6 +1,6 @@
.TH LIBIPQ 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual"
.\"
-.\" $Id: libipq.3,v 1.3 2001/10/16 14:41:02 jamesm Exp $
+.\" $Id: libipq.3,v 1.4 2001/10/16 16:58:25 jamesm Exp $
.\"
.\" Copyright (c) 2000-2001 Netfilter Core Team
.\"
@@ -187,7 +187,7 @@ int main(int argc, char **argv)
unsigned char buf[BUFSIZE];
struct ipq_handle *h;
- h = ipq_create_handle(0);
+ h = ipq_create_handle(0, PF_INET);
if (!h)
die(h);
@@ -257,6 +257,8 @@ Distributed under the GNU General Public License.
Joost Remijn implemented the
.B ipq_read
timeout feature, which appeared in the 1.2.4 release of iptables.
+.PP
+Fernando Anton added support for IPv6.
.SH SEE ALSO
.BR iptables (8),
.BR ipq_create_handle (3),