Re: Linux 2.4.23-pre2
From: Marcelo Tosatti (marcelo_at_conectiva.com.br)
Date: 08/30/03
- Previous message: system_lists_at_nullzone.org: "RE: Linux 2.4.23-pre2"
- Maybe in reply to: Marcelo Tosatti: "Linux 2.4.23-pre2"
- Next in thread: David S. Miller: "Re: Linux 2.4.23-pre2"
- Reply: David S. Miller: "Re: Linux 2.4.23-pre2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Aug 2003 16:37:42 -0300 (BRT) To: system_lists@nullzone.org
I guess that will come through davem?
----
Hello Marcelo,
You have forgot the "Patrick McHardy [kaber@trash.net]" patch to get the
MASQUERADE/FORWARD working again ( so important! :-) ).
Please, add it when you get a minute.
===== net/ipv4/netfilter/ipt_MASQUERADE.c 1.6 vs edited =====
--- 1.6/net/ipv4/netfilter/ipt_MASQUERADE.c Tue Aug 12 11:30:12 2003
+++ edited/net/ipv4/netfilter/ipt_MASQUERADE.c Thu Aug 28 16:54:15 2003
@@ -90,6 +90,7 @@
#ifdef CONFIG_IP_ROUTE_FWMARK
key.fwmark = (*pskb)->nfmark;
#endif
+ key.oif = 0;
if (ip_route_output_key(&rt, &key) != 0) {
/* Funky routing can do this. */
if (net_ratelimit())
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: system_lists_at_nullzone.org: "RE: Linux 2.4.23-pre2"
- Maybe in reply to: Marcelo Tosatti: "Linux 2.4.23-pre2"
- Next in thread: David S. Miller: "Re: Linux 2.4.23-pre2"
- Reply: David S. Miller: "Re: Linux 2.4.23-pre2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|