diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2007-10-24 13:13:21 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2007-10-24 13:13:21 +0000 |
commit | 5619f56ba38b255f699f76b327cf82388c4a90cf (patch) | |
tree | f6402a98cb0f2fc507ec97fdbc1e0a515ff3ce1a /zebra/ChangeLog | |
parent | fbdbf1281660de877ef687a82145e82934f35744 (diff) |
+ fix the bug reported by Milan Kocian (IPv6 route handling was broken by the RIB debug changeset).
after
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 0b5cefec..e152729d 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,9 @@ +2007-10-24 Denis Ovsienko + + * kernel_socket.c: (rtm_read) we used to ignore own messages, + but the RIB debug commit broke it for IPv6 case (reported + by Milan Kocian). Fixed. + 2007-10-04 Denis Ovsienko * zebra_rib.c: (rib_process) escape from the nexthop |