diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2007-08-17 14:16:30 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2007-08-17 14:16:30 +0000 |
commit | 6da598018c6f866694ecb80a391815a40daaa951 (patch) | |
tree | dbfe3daef285536d13e748584a6358dee0100c6b /zebra/ChangeLog | |
parent | 03e232a4588187992f3538985d541289dc272464 (diff) |
Fixed bug #394 "RTF_DONE is ignored in rtm_read()"
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 7a23ace4..02eede81 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 |