commit | 7a383339572b0dd1098132ba35c5f8dc34885fd1 | [log] [tgz] |
---|---|---|
author | vincent <vincent> | Mon Jan 30 18:12:42 2006 +0000 |
committer | vincent <vincent> | Mon Jan 30 18:12:42 2006 +0000 |
tree | 475efdb55c563aace907e0b4579eacbaf20a3bea | |
parent | a1038a15658d2fd4ab3314a9036bbd63f8f471c1 [diff] [blame] |
ripd.c: correct bug that allowed route learnt through RIP to take precedence over connected routes
diff --git a/ripd/ChangeLog b/ripd/ChangeLog index c979a11..d795509 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.