Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-07 | Fixes to the progdoc. | Martin Mares | |
2000-06-01 | Documented. | Martin Mares | |
2000-06-01 | Inactive sticky neighbors have no scope. | Martin Mares | |
2000-06-01 | Modified the neighbor cache to remember local addresses as well. | Martin Mares | |
neighbor->scope now contains proper address scope which is zero (SCOPE_HOST) for local addresses, higher (SCOPE_LINK, ..., SCOPE_UNIVERSE) for remote ones. | |||
2000-05-08 | Debugged printing and pruning of neighbor cache entries. | Martin Mares | |
2000-04-10 | Fix stupid bug in neighbor cache. | Martin Mares | |
2000-03-27 | if_connected() is again private. | Martin Mares | |
Introduced neigh_connected_to() to serve the same purpose efficiently. | |||
2000-03-26 | if_connected is usefull outside of neighbour cache. | Pavel Machek | |
2000-03-12 | Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, | Martin Mares | |
several debug() calls converted to DBG(). | |||
2000-03-01 | Reimplemented neighbor cache. Now uses real hashing. | Martin Mares | |