aboutsummaryrefslogtreecommitdiffstats
path: root/nest/iface.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed misleading comment.Martin Mares1998-10-171-1/+1
* Solve chicken-and-egg problems with protocol startup. We now queue all inactiveMartin Mares1998-10-171-0/+3
* Now sending IF_CHANGE_CREATE when a new interface appears and IF_CHANGE_UPMartin Mares1998-06-041-0/+1
* - Rewrote whole interface logic. Removed support for multiple addresses perMartin Mares1998-06-011-15/+42
* Implemented scanning of network interfaces. Mostly very ugly code due toMartin Mares1998-05-261-1/+21
* Added interface index (used only by OS-dependent code since ifindexes itselfMartin Mares1998-05-241-0/+1
* Point-to-point links: added address of the opposite end.Martin Mares1998-05-241-0/+1
* Next attempt on data structures...Martin Mares1998-05-031-0/+2
* Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares1998-04-281-1/+1
* Added IP address manipulation macros, interface declarations and logging.Martin Mares1998-04-231-0/+26
* First look at data structures. More to come tomorrow...Martin Mares1998-04-221-0/+12