Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-17 | Use '%I' instead of dirty address printing hacks. | Martin Mares | |
1998-06-04 | Now sending IF_CHANGE_CREATE when a new interface appears and IF_CHANGE_UP | Martin Mares | |
only if it's really up. | |||
1998-06-03 | Protocol hooks. All of them may be NULL. | 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-26 | Implemented scanning of network interfaces. Mostly very ugly code due to | Martin Mares | |
terrible kernel interface (SIOGIFCONF and friends). |