summaryrefslogtreecommitdiff
path: root/zebra/ChangeLog
diff options
context:
space:
mode:
authorhasso <hasso>2005-04-09 16:59:28 +0000
committerhasso <hasso>2005-04-09 16:59:28 +0000
commitfa59980fc8a5d06f590d16288b82361ece9c5652 (patch)
tree39f751985a3728b371744022d9df82514f1d0cb5 /zebra/ChangeLog
parent206d8055fc67af4e5dc955f0fdd0bf52b58260ce (diff)
* rt_netlink.c: One tiny missing comma caused pointless debug messages
about IPv6 nexthops.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r--zebra/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog
index 8c6f348c..87278b04 100644
--- a/zebra/ChangeLog
+++ b/zebra/ChangeLog
@@ -1,5 +1,10 @@
2005-04-09 Hasso Tepper <hasso at quagga.net>
+ * rt_netlink.c: One tiny missing comma caused pointless debug messages
+ about IPv6 nexthops.
+
+2005-04-09 Hasso Tepper <hasso at quagga.net>
+
* rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast
status to unsigned here, because we already checked that it isn't
negative or 0.