Fixed bug #394 "RTF_DONE is ignored in rtm_read()"
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 7a23ace..02eede8 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-17 Denis Ovsienko
+
+	* kernel_socket.c: (rtm_read) Ignore any routing socket messages
+	  without RTF_DONE flag set, as they are just noise for us.
+
 2007-08-14 Denis Ovsienko
 
 	* zebra_rib.c: (nexthop_active_update) Added a comment