netsyms patch

Philip Blundell (Philip.Blundell@pobox.com)
Sun, 22 Dec 1996 20:26:27 +0000 (GMT)


Without this patch, you cannot have the IP tunnel as a module when IP
accounting is enabled.

P.

--- linux/net/netsyms.c.old Sun Dec 22 19:55:21 1996
+++ linux/net/netsyms.c Sun Dec 22 19:55:44 1996
@@ -132,6 +132,10 @@
X(ip_forward),
#endif

+#ifdef CONFIG_IP_ACCT
+ X(ip_acct_output),
+#endif
+
#ifdef CONFIG_IPV6_MODULE
/* inet functions common to v4 and v6 */
X(inet_stream_ops),