blob: 11b3f9d004e8b79808494ebb4f7b05e6b863b24c [file] [log] [blame]
Rusty Russell967893b2000-10-06 08:11:40 +00001Known bugs with the 2.4.0 kernel:
2
31) NAT in the OUTPUT chain does not work in general. The fix is
4 intrusive, and means we will have a CONFIG_NF_IP_NAT_LOCAL option
5 when it comes back.
6
72) tcpdump traffic is corrupted by OUTPUT NAT.
8
93) Connection tracking doesn't wait very long for reply FIN, meaning
10 that half-closed pipes can time out early (seen frequently with squid).
Harald Welte0e865412001-05-07 18:49:10 +000011
124) iptables-restore and -save still have problems. Sorry.