patch-2.2.8 linux/net/ipv4/devinet.c
Next file: linux/net/ipv4/route.c
Previous file: linux/net/core/sock.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon May 10 09:55:25 1999
- Orig file:
v2.2.7/linux/net/ipv4/devinet.c
- Orig date:
Mon Mar 29 11:09:12 1999
diff -u --recursive --new-file v2.2.7/linux/net/ipv4/devinet.c linux/net/ipv4/devinet.c
@@ -1,7 +1,7 @@
/*
* NET3 IP device support routines.
*
- * Version: $Id: devinet.c,v 1.27 1999/03/25 10:04:06 davem Exp $
+ * Version: $Id: devinet.c,v 1.28 1999/05/08 20:00:16 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -712,6 +712,7 @@
ifa->ifa_mask = inet_make_mask(8);
ifa->ifa_dev = in_dev;
ifa->ifa_scope = RT_SCOPE_HOST;
+ memcpy(ifa->ifa_label, dev->name, IFNAMSIZ);
inet_insert_ifa(in_dev, ifa);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)