summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2001-05-26 20:31:59 +0000
committerHarald Welte <laforge@gnumonks.org>2001-05-26 20:31:59 +0000
commitfc32daf07da4914bacb651463ddf6cf22f1e7142 (patch)
tree4ced2bc47796ec0988305c37ca89dcfaf3536bb3
parent974d0101a7208897e2b8f1b69fd20aecd90bb150 (diff)
TODO update, deleted kernelnotes.org reference from ipq docs
-rw-r--r--TODO3
-rw-r--r--libipq/libipq.34
2 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 7c421d49..8b141f3c 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ Currently maintained by Harald Welte <laforge@gnumonks.org>
Please inform me, if you want to work on any of the TODO items, so I
can update this list and thus prevent two people doing the same work.
-CVS ID: $Id: TODO,v 1.36 2001/05/23 23:07:33 laforge Exp $
+CVS ID: $Id: TODO,v 1.37 2001/05/25 12:24:20 jamesm Exp $
IMPORTANT issues:
- solution for nostate / notrack (we don't want to track specific conn's)
@@ -50,6 +50,7 @@ X integrate PSD target / port it as match [HW]
- 10.1.2.3.4 is accepted as a valid IP address by iptables -s / -d ?
- make iptables / ip6tables use the same codebase (as libiptc) [KA]
- string_to_number() does not work correctly for unsigned ints [JM]
+- REJECT optionally generates port unreachable with faked SOURCE
- libipq reentrancy [JM]
- libipq asynchronousness [JM]
diff --git a/libipq/libipq.3 b/libipq/libipq.3
index e7ccc697..1d2e498c 100644
--- a/libipq/libipq.3
+++ b/libipq/libipq.3
@@ -1,6 +1,6 @@
.TH LIBIPQ 3 "18 November 2000" "Linux iptables 1.1.3+" "Linux Programmer's Manual"
.\"
-.\" $Id: $
+.\" $Id: libipq.3,v 1.1 2000/11/20 14:13:32 jamesm Exp $
.\"
.\" Copyright (c) 2000 Netfilter Core Team
.\"
@@ -268,7 +268,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.kernelnotes.org/
+The Netfilter home page at http://netfilter.gnumonks.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.