lkml.org 
[lkml]   [1998]   [Mar]   [1]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateSun, 1 Mar 1998 13:44:38 -0500 (EST)
FromJason Duerstock <>
SubjectFix for broken AX.25, bpq + ARP
Can you make sure that the patch below makes it into the next kernel
release?  It seems to fix the problems I was having with AX.25 taking a
dump.

Thanks!

Jason



--- linux/net/ipv4/arp.c.orig	Sat Feb 28 07:53:10 1998
+++ linux/net/ipv4/arp.c	Sat Feb 28 07:53:39 1998
@@ -167,12 +167,12 @@
 {
 	AF_INET,
 	NULL,
-	NULL,
-	NULL,
-	neigh_compat_output,
-	neigh_compat_output,
+	arp_solicit,
+	arp_error_report,
 	neigh_compat_output,
 	neigh_compat_output,
+	ip_acct_output,
+	ip_acct_output,
 };
 #endif
 

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

\
 
 \ /
  Last update: 2005-03-22 12:41    [from the cache]
©2003-2008