History | View | Annotate | Download (1.92 KB)
Fininshing integrated OSPF.
Implements undo command and optional timeout for configuration
Several new configure command variants:
configure undo - undo last reconfigurationconfigure timeout - configure with scheduled undo if not confirmed in timeoutconfigure confirm - confirm last configuration...
Implements generalized import hooks.
Thanks to Alexander V. Chernikov for the original patch.
Removes timers for stub interfaces. Also fixes some minor bugs.
Makes date/time formats configurable.
Fix problem with local time changes.
Small changed to reduce the number of warnings.
Fixed <time.h> vs. <sys/time.h> problems.
Added tm_format_datetime().
Added tm_format_reltime() for formatting of relative time quantities.
Moved TIME_INFINITY to timer.h, so that it's publicly available.
Added functions for parsing and formatting of dates.
Added comment explaining `now'.
Replaced remaining references of clock_t by bird_clock_t.
Whee, multicast sockets work!
Implemented recurrent timers.
Implemented timers. Using bird_clock_t for absolute time from now...
The library is now glued together from generic and OS-dependent partsby the `mergedirs' script. Few more IP address manipulation functionsand some fixes.