Fix for broken AX.25, bpq + ARP

Jason Duerstock (jasond@cdc.net)
Sun, 1 Mar 1998 13:44:38 -0500 (EST)


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