commit | 6da598018c6f866694ecb80a391815a40daaa951 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <linux@pilot.org.ua> | Fri Aug 17 14:16:30 2007 +0000 |
committer | Denis Ovsienko <linux@pilot.org.ua> | Fri Aug 17 14:16:30 2007 +0000 |
tree | dbfe3daef285536d13e748584a6358dee0100c6b | |
parent | 03e232a4588187992f3538985d541289dc272464 [diff] [blame] |
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