summaryrefslogtreecommitdiff
path: root/ripngd/ChangeLog
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-05-08 14:32:07 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-05-08 14:32:07 +0000
commit7a559cbe8f794d298419a8ada80a9f12933eceda (patch)
tree78ec707e899fe331ba08e80bde0a04debb89d4ed /ripngd/ChangeLog
parent542bcb724c410283d7a3f317c8fe5e8a0b58f196 (diff)
[ripngd] bug #242, fix crash in routemap, ipv6 stored in in_addr.
2006-05-08 Paul Jakma <paul.jakma@sun.com> * ripng_routemap.c: (route_set_ipv6_nexthop_local_compile) bug #242, s/in_addr/in6_addr to fix crash. Thanks to jithinvachery+quagga@gmail.com.
Diffstat (limited to 'ripngd/ChangeLog')
-rw-r--r--ripngd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog
index 556ca8b4..ff284f1f 100644
--- a/ripngd/ChangeLog
+++ b/ripngd/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-08 Paul Jakma <paul.jakma@sun.com>
+
+ * ripng_routemap.c: (route_set_ipv6_nexthop_local_compile) bug
+ #242, s/in_addr/in6_addr to fix crash.
+ Thanks to jithinvachery+quagga@gmail.com.
+
2006-01-19 Paul Jakma <paul.jakma@sun.com>
* (general) various miscellaneous compiler warning fixes.