]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
just my personal scratchpad, so everybody knows what's going on
authorHarald Welte <laforge@gnumonks.org>
Tue, 7 Jan 2003 20:25:23 +0000 (20:25 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 7 Jan 2003 20:25:23 +0000 (20:25 +0000)
CURRENT_ISSUES [new file with mode: 0644]

diff --git a/CURRENT_ISSUES b/CURRENT_ISSUES
new file mode 100644 (file)
index 0000000..c416936
--- /dev/null
@@ -0,0 +1,28 @@
+- REJECT to UDP packets with wrong checksum
+       - fix in pending
+- save/restore problem of owner match
+       - userspace
+- ECN checksum problem
+       - fix in pending
+- 'mangle INPUT MARK problem' 
+       - route me harder?
+- ip6tables HOPLIMIT target
+       - can be put in pom
+- u32
+       - can wait
+- XDMCP conntrack/nat
+       - can wait
+- nf_debug stuff
+       - can wait
+- ipt_ACCOUNT
+       - can wait
+- ftp conntrack debug message
+       - fix in pending
+- ASSERT debug messages
+       - fix in submitted
+- ICMP de-nat problem at MTU transition
+       - fix needs testing
+- early_drop_backwards.diff 
+       - is in my local pom, needs testing before 'pending'
+- UDP stream timeout (180s) doens't apply for first reply packet
+       - fix by Martin Josefsson, needs review/testing