From ffe96c5a701396fd666228034ff694ffdcd1ad10 Mon Sep 17 00:00:00 2001 From: James Morris Date: Sat, 24 Nov 2001 15:09:19 +0000 Subject: IPv6 queue handler, libipq support, documentation from Fernando Anton. --- libipq/libipq.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libipq/libipq.3') 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), -- cgit v1.2.3