* rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use sender
address as nexthop in routemap.
Fixes bugzilla #186. [backport candidate]
diff --git a/ripd/ChangeLog b/ripd/ChangeLog
index 9e787d0..bd487f6 100644
--- a/ripd/ChangeLog
+++ b/ripd/ChangeLog
@@ -1,5 +1,10 @@
2005-05-26 Hasso Tepper <hasso at quagga.net>
+ * rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use sender
+ address as nexthop in routemap.
+
+2005-05-26 Hasso Tepper <hasso at quagga.net>
+
* rip_routemap.c: Make "match interface" routemap command match both -
in and out interfaces.