Re: Linux Kernel 2.2.0-pre5 Fatal Compile Errors (IP_MASQ)

Linus Torvalds (torvalds@transmeta.com)
Thu, 7 Jan 1999 09:58:50 -0800 (PST)


Somehow the patch to ip_masq.h was lost (either David forgot to send it
with his other patches, or more likely I screwed something up).

Linus

-----
Date: Wed, 6 Jan 1999 18:39:05 -0800
Message-Id: <199901070239.SAA22653@dm.cobaltmicro.com>
From: "David S. Miller" <davem@dm.cobaltmicro.com>
To: torvalds@transmeta.com
Subject: [PATCH] IP masq builds...

I have no idea how this got lost, but it did.
Sorry for the confusion, it should build fine now.

diff -u --recursive --new-file --exclude=CVS --exclude=.cvsignore vanilla/linux/include/net/ip_masq.h linux/include/net/ip_masq.h
--- vanilla/linux/include/net/ip_masq.h Wed Jan 6 10:08:44 1999
+++ linux/include/net/ip_masq.h Wed Jan 6 18:07:16 1999
@@ -48,7 +48,8 @@
#define IP_MASQ_F_NO_SADDR 0x0004 /* no sport set yet */
#define IP_MASQ_F_NO_SPORT 0x0008 /* no sport set yet */

-#define IP_MASQ_F_NO_REPLY 0x0010 /* no reply yet from outside */
+#define IP_MASQ_F_DLOOSE 0x0010 /* loose dest binding */
+#define IP_MASQ_F_NO_REPLY 0x0080 /* no reply yet from outside */

#define IP_MASQ_F_HASHED 0x0100 /* hashed entry */
#define IP_MASQ_F_OUT_SEQ 0x0200 /* must do output seq adjust */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/