Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-03 | Changed protocol declarations a bit. | Martin Mares | |
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-20 | Added routing table and routing attribute code. | Martin Mares | |
1998-05-03 | Next attempt on data structures... | Martin Mares | |
1998-04-28 | Changed #include <x/y> to #include "x/y" for our local includes, so that | Martin Mares | |
gcc -MM can be used to separate them from the system ones. Added automatic generation of dependencies. | |||
1998-04-22 | First look at data structures. More to come tomorrow... | Martin Mares | |