summaryrefslogtreecommitdiffstats
path: root/libipq/libipq.3
diff options
context:
space:
mode:
Diffstat (limited to 'libipq/libipq.3')
-rw-r--r--libipq/libipq.316
1 files changed, 9 insertions, 7 deletions
diff --git a/libipq/libipq.3 b/libipq/libipq.3
index 1d2e498c..54898bf6 100644
--- a/libipq/libipq.3
+++ b/libipq/libipq.3
@@ -1,8 +1,8 @@
-.TH LIBIPQ 3 "18 November 2000" "Linux iptables 1.1.3+" "Linux Programmer's Manual"
+.TH LIBIPQ 3 "16 October 2001" "Linux iptables 1.2" "Linux Programmer's Manual"
.\"
-.\" $Id: libipq.3,v 1.1 2000/11/20 14:13:32 jamesm Exp $
+.\" $Id: libipq.3,v 1.2 2001/05/26 20:32:01 laforge Exp $
.\"
-.\" Copyright (c) 2000 Netfilter Core Team
+.\" Copyright (c) 2000-2001 Netfilter Core Team
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
@@ -242,8 +242,6 @@ Processes require CAP_NET_ADMIN capabilty to access the kernel ip_queue
module. Such processes can potentially access and modify any IP packets
received, generated or forwarded by the kernel.
.SH TODO
-Implement a non-blocking interface.
-.br
Per-handle
.B ipq_errno
values.
@@ -252,9 +250,13 @@ Probably.
.SH AUTHOR
James Morris <jmorris@intercode.com.au>
.SH COPYRIGHT
-Copyright (c) 2000 Netfilter Core Team.
+Copyright (c) 2000-2001 Netfilter Core Team.
.PP
Distributed under the GNU General Public License.
+.SH CREDITS
+Joost Remij implemented the
+.B ipq_read
+timeout feature, which appeared in the 1.2.4 release of iptables.
.SH SEE ALSO
.BR iptables (8),
.BR ipq_create_handle (3),
@@ -268,7 +270,7 @@ Distributed under the GNU General Public License.
.BR ipq_set_mode (3),
.BR ipq_set_verdict (3).
.PP
-The Netfilter home page at http://netfilter.gnumonks.org/
+The Netfilter home page at http://netfilter.samba.org/
which has links to The Networking Concepts HOWTO, The Linux 2.4 Packet
Filtering HOWTO, The Linux 2.4 NAT HOWTO, The Netfilter Hacking HOWTO,
The Netfilter FAQ and many other useful resources.