+ fixed bug #418 (changing address on an existing interface doesn't cause existing static routes to be revalidated)
diff --git a/lib/linklist.c b/lib/linklist.c
index 11e16a8..983da2d 100644
--- a/lib/linklist.c
+++ b/lib/linklist.c
@@ -158,6 +158,7 @@
 
       pp->next = nn;
     }
+  list->count++;
 }