Index: uspace/srv/net/ethip/ethip_nic.c
===================================================================
--- uspace/srv/net/ethip/ethip_nic.c	(revision ee7f78a5c14921259ade650857bc3495b642f4f1)
+++ uspace/srv/net/ethip/ethip_nic.c	(revision 24bb3632111f42b0ff5312ef96963e972cd4ca9e)
@@ -372,6 +372,4 @@
 	
 	list_foreach(nic->addr_list, link) {
-		assert(i < count);
-		
 		ethip_link_addr_t *laddr = list_get_instance(link,
 		    ethip_link_addr_t, link);
@@ -381,4 +379,6 @@
 		if (af != AF_INET6)
 			continue;
+		
+		assert(i < count);
 		
 		addr48_t mac;
