Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-17 | Added local version of sprintf (bsprintf and bvsprintf) offering few new | Martin Mares | |
format strings: %I IP address %#I IP address in hexadecimal %1I IP address padded to full length %m strerror(errno) | |||
1998-06-01 | - Rewrote whole interface logic. Removed support for multiple addresses per | Martin Mares | |
interface since it makes much trouble everywhere. Instead, we understand secondary addresses as subinterfaces. - In case interface addresses or basic flags change, we simply convert it to a down/up sequence. - Implemented the universal neighbour cache. (Just forget what did previous includes say of neighbour caching, this one is brand new.) | |||
1998-05-26 | DBG now calls debug() instead of sending it to log(). | Martin Mares | |
1998-05-03 | BIRD library: The story continues. | Martin Mares | |
Complete resource manages and IP address handling. | |||
1998-04-22 | First look at data structures. More to come tomorrow... | Martin Mares | |