patch-2.2.15 linux/drivers/net/syncppp.c
Next file: linux/drivers/net/tlan.c
Previous file: linux/drivers/net/smc-mca.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 21 12:46:21 2000
- Orig file:
v2.2.14/drivers/net/syncppp.c
- Orig date:
Tue Jan 4 21:18:52 2000
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/net/syncppp.c linux/drivers/net/syncppp.c
@@ -145,6 +145,8 @@
static int debug = 0;
+MODULE_PARM(debug,"1i");
+
/*
* Interface down stub
*/
@@ -324,7 +326,7 @@
h=(struct ppp_header *)skb->data;
if(sp->pp_flags&PP_CISCO)
{
- h->address = CISCO_MULTICAST;
+ h->address = CISCO_UNICAST;
h->control = 0;
}
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)