patch-2.1.48 linux/net/ax25/ax25_ip.c

Next file: linux/net/ax25/ax25_route.c
Previous file: linux/net/Changes
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.47/linux/net/ax25/ax25_ip.c linux/net/ax25/ax25_ip.c
@@ -165,6 +165,8 @@
   	bp[14] |= AX25_EBIT;
   	bp[14] |= AX25_SSSID_SPARE;
 
+	skb_pull(skb, AX25_KISS_HEADER_LEN);
+
 	if (route->digipeat != NULL) {
 		if ((ourskb = ax25_rt_build_path(skb, src, dst, route->digipeat)) == NULL) {
 			kfree_skb(skb, FREE_WRITE);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov