Device indices are unsigned and use if_nametoindex as fallback
diff --git a/ChangeLog b/ChangeLog
index ec73a2d..2cd6691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-07  Stephen Hemminger  <shemminger@osdl.org>
+
+	* Fix 'ip link' map to handle case where device gets autoloaded
+	  by using if_nametoindex as fallback
+	* Device indices are unsigned not int.
+
 2005-06-07   Masahide NAKAMURA <nakam@linux-ipv6.org>
 	
 	* [ip] show timestamp when using '-t' option.