[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.
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog
index 556ca8b..ff284f1 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.