ip_masq_app.c patch to compile 2.1.92-pre2

Andrea Arcangeli (arcangeli@mbox.queen.it)
Tue, 31 Mar 1998 16:29:30 +0200 (CEST)


I don' t know if this is the only change needed to make IP_MASQUERADING
working, but at least now compile ;-).

Andrea[s] Arcangeli

--- linux/net/ipv4/ip_masq_app.c.orig Tue Mar 31 16:24:18 1998
+++ linux/net/ipv4/ip_masq_app.c Tue Mar 31 16:25:34 1998
@@ -547,7 +547,6 @@
offset = n_skb->data - skb->data;
n_skb->nh.raw = skb->nh.raw + offset;
n_skb->h.raw = skb->h.raw + offset;
- n_skb->when = skb->when;
n_skb->dev = skb->dev;
n_skb->mac.raw = skb->mac.raw + offset;
n_skb->pkt_type = skb->pkt_type;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu