summaryrefslogtreecommitdiffstats
path: root/libipq/libipq.3
diff options
context:
space:
mode:
authorjamesm <jamesm>2001-11-24 15:09:19 +0000
committerjamesm <jamesm>2001-11-24 15:09:19 +0000
commit4dd9426e2097da15b7cd95178852e37bc8075094 (patch)
treece5679544731df99a0b6330db105002b7e5cab66 /libipq/libipq.3
parent1d22915eb3630668ac90a3f5d1a697b5a6da37b9 (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 8997685..c2295c1 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),