From a4c648281dfdc45687580ea2d20884b5d7dbdc8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 21 Mar 2007 18:57:38 +0000 Subject: [ripd] Fix "show ip rip status" display of time until next update 2007-03-21 Andrew J. Schorr * ripd.c: (show_ip_rip_status) Use new thread_timer_remain_second function instead of rip_next_thread_timer to display the time until next update properly. (rip_next_thread_timer) Remove obsolete function. --- ripd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ripd/ChangeLog') diff --git a/ripd/ChangeLog b/ripd/ChangeLog index ba13a595..b776c551 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,10 @@ +2007-03-21 Andrew J. Schorr + + * ripd.c: (show_ip_rip_status) Use new thread_timer_remain_second + function instead of rip_next_thread_timer to display the time until + next update properly. + (rip_next_thread_timer) Remove obsolete function. + 2006-12-12 Andrew J. Schorr * rip_interface.c: (rip_interface_multicast_set) Use new CONNECTED_ID -- cgit v1.2.1