summaryrefslogtreecommitdiff
path: root/ripd/ChangeLog
diff options
context:
space:
mode:
authorvincent <vincent>2006-01-30 18:12:42 +0000
committervincent <vincent>2006-01-30 18:12:42 +0000
commit7a383339572b0dd1098132ba35c5f8dc34885fd1 (patch)
tree475efdb55c563aace907e0b4579eacbaf20a3bea /ripd/ChangeLog
parenta1038a15658d2fd4ab3314a9036bbd63f8f471c1 (diff)
ripd.c: correct bug that allowed route learnt through RIP to take precedence over connected routes
Diffstat (limited to 'ripd/ChangeLog')
-rw-r--r--ripd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog
index c979a11d..d795509e 100644
--- a/ripd/ChangeLog
+++ b/ripd/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-30 Alain Ritoux <alain.ritoux@6wind.com>
+
+ * ripd.c: correct bug that allowed route learnt through RIP to take
+ precedence over connectd routes
+
2006-01-19 Paul Jakma <paul.jakma@sun.com>
* ripd.c: (main) return from main, not exit, cause it annoys SOS.