patch-2.3.99-pre9 linux/net/ipv4/ip_gre.c
Next file: linux/net/ipv4/ipip.c
Previous file: linux/net/core/skbuff.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon May 22 09:50:55 2000
- Orig file:
v2.3.99-pre8/linux/net/ipv4/ip_gre.c
- Orig date:
Thu May 11 15:30:08 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/net/ipv4/ip_gre.c linux/net/ipv4/ip_gre.c
@@ -268,10 +268,10 @@
dev->priv = (void*)(dev+1);
nt = (struct ip_tunnel*)dev->priv;
nt->dev = dev;
- strcpy(dev->name, nt->parms.name);
dev->init = ipgre_tunnel_init;
dev->new_style = 1;
memcpy(&nt->parms, parms, sizeof(*parms));
+ strcpy(dev->name, nt->parms.name);
if (dev->name[0] == 0) {
int i;
for (i=1; i<100; i++) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)