2.2.0-pre5 missing def for IP_MASQ_F_DLOOSE

Tom Eastep (eastep@loc1.tandem.com)
Thu, 07 Jan 1999 02:07:02 +0000


The definition for IP_MASQ_F_DLOOSE seems to have been omitted from the
-pre5 patch. I hacked include/net/ip_masq.h with:

--- linux/include/net/ip_masq.h~ Wed Jan 6 17:39:08 1999
+++ linux/include/net/ip_masq.h Wed Jan 6 17:44:11 1999
@@ -49,6 +49,7 @@
#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 0x0020 /* ??? */

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

A quick test suggests that masqurading works with this change.

-Tom

-- 
Tom Eastep
Compaq Computer Corporation
Enterprise Computing Group
Tandem Division
tom.eastep@compaq.com

- 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/