summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorDenis Ovsienko <linux@pilot.org.ua>2007-10-03 12:27:16 +0000
committerDenis Ovsienko <linux@pilot.org.ua>2007-10-03 12:27:16 +0000
commitf304cb48f0d7d0ff8f36e7aca8293141a9fa9e60 (patch)
tree85b0f508c0175bc9078640207c2f31a3e2b96b9c /zebra/ChangeLog
parent6b148faa291f68dd43bba37fbc0e6b75a2e1e078 (diff)
+ Minor bugfix: IPv6 prefixes were logged incorrectly in RIB debugging calls. Fixed.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 2969439d..d4c5678c 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-03 Denis Ovsienko
+
+ * zebra_rib.c: (rib_process, rib_link, rib_addnode,
+ rib_unlink, rib_delnode) log IPv6 prefixes same well
+ as IPv4 ones are logged.
+
2007-09-14 Denis Ovsienko
* rt_socket.c: (kernel_rtm_ipv4) Use lookup() instead of
@@ -40,7 +46,7 @@
2007-08-14 Denis Ovsienko
* zebra_rib.c: (nexthop_active_update) Added a comment
- and rewrote nexthop iteration.
+ and rewrote nexthop iteration.
2007-08-13 Denis Ovsienko