patch-1.3.81 linux/net/appletalk/ddp.c
Next file: linux/net/core/dev.c
Previous file: linux/net/802/p8022tr.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat Mar 30 13:20:33 1996
- Orig file:
v1.3.80/linux/net/appletalk/ddp.c
- Orig date:
Mon Mar 25 09:00:04 1996
diff -u --recursive --new-file v1.3.80/linux/net/appletalk/ddp.c linux/net/appletalk/ddp.c
@@ -151,7 +151,8 @@
}
if ( to->sat_addr.s_net == s->protinfo.af_at.src_net &&
- to->sat_addr.s_node == s->protinfo.af_at.src_node )
+ (to->sat_addr.s_node == s->protinfo.af_at.src_node
+ ||to->sat_addr.s_node == ATADDR_BCAST ))
{
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this