summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2003-09-15 10:36:08 +0000
committerHarald Welte <laforge@gnumonks.org>2003-09-15 10:36:08 +0000
commitc08e405cc23ca5097164f3f7023649124509f8c2 (patch)
tree6151f8f3263a741d8a20579c5f4834afdee1c595
parentfef3b8ec4b10c79c75a6893c3179f13a3645aa7d (diff)
remove KNOWN_BUGS, since it is obsoleted by bugzilla
-rw-r--r--KNOWN_BUGS14
1 files changed, 0 insertions, 14 deletions
diff --git a/KNOWN_BUGS b/KNOWN_BUGS
deleted file mode 100644
index 96009f6c..00000000
--- a/KNOWN_BUGS
+++ /dev/null
@@ -1,14 +0,0 @@
-Known bugs:
-
-1) NAT in the OUTPUT chain only works since kernel 2.4.18. However,
- there is a patch for previous kernels in patch-o-matic, called the
- 'local-nat.patch'. This patch adds a CONFIG_NF_IP_NAT_LOCAL kernel config
- option.
-
-2) tcpdump traffic is corrupted by OUTPUT NAT.
-
-3) Connection tracking doesn't wait very long for reply FIN, meaning
- that half-closed pipes can time out early (seen frequently with squid).
-
-4) When you use ip6tables packet mangling on IPv6 packets, the packet will
- not be re-routed in case e.g. you insert a routing header.