From: Paul P Komkoff Jr <i@stingr.net>
To: lkml <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.4.18-pre8
Date: Tue, 5 Feb 2002 01:32:58 +0300 [thread overview]
Message-ID: <20020205013258.H349@stingr.net> (raw)
In-Reply-To: <Pine.LNX.4.21.0202041743180.14205-100000@freak.distro.conectiva>
In-Reply-To: <Pine.LNX.4.21.0202041743180.14205-100000@freak.distro.conectiva>
Replying to Marcelo Tosatti:
>
> Hi,
>
> No more big patches for 2.4.18, please... We are getting close to the -rc
> stage.
We all getting close to another bug. Maybe.
Beat me if I am wrong, but netfilter_ipv4.h update (route_me_harder) break
userland iptables compile process.
I am now worked around with following, but it is completely untested, also
sent to harald welte and I suggest further comments from him - fix the
userspace, kernel, or ...
--- linux/include/linux/netfilter_ipv4.h Tue Feb 5 01:06:27 2002
+++ linux-kg/include/linux/netfilter_ipv4.h Tue Feb 5 01:12:34 2002
@@ -73,6 +73,7 @@
/* 2.4 firewalling went 64 through 67. */
#define SO_ORIGINAL_DST 80
+#ifdef __KERNEL__
/* route_me_harder function, used by iptable_nat, iptable_mangle + ip_queue
*
@@ -149,5 +150,7 @@
return err;
}
+
+#endif
#endif /*__LINUX_IP_NETFILTER_H*/
--
Paul P 'Stingray' Komkoff 'Greatest' Jr // (icq)23200764 // (irc)Spacebar
PPKJ1-RIPE // (smtp)i@stingr.net // (http)stingr.net // (pgp)0xA4B4ECA4
next prev parent reply other threads:[~2002-02-04 22:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-02-04 19:44 Linux 2.4.18-pre8 Marcelo Tosatti
2002-02-04 21:15 ` Stelian Pop
2002-02-04 20:38 ` Marcelo Tosatti
2002-02-04 21:57 ` Stelian Pop
2002-02-04 22:09 ` Linux 2.4.18-pre8: missing file Eyal Lebedinsky
2002-02-05 16:44 ` Marcelo Tosatti
2002-02-04 22:32 ` Paul P Komkoff Jr [this message]
2002-02-05 10:59 ` Linux 2.4.18-pre8 Harald Welte
2002-02-10 13:04 ` APM fix from -pre7 seems to break "Dell laptop support" Greg Louis
2002-02-10 14:56 ` Alan Cox
2002-02-11 12:08 ` Resolved: " Greg Louis
2002-02-18 21:11 ` Linux 2.4.18-pre8 Barton, Christopher
2002-02-18 20:15 ` Marcelo Tosatti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020205013258.H349@stingr.net \
--to=i@stingr.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.