summaryrefslogtreecommitdiffstats
path: root/nest/iface.c
AgeCommit message (Expand)Author
1998-12-20die() -> bug() where appropriate.Martin Mares
1998-12-07Aesthetic fix for neighbor cache debug dump.Martin Mares
1998-11-29Added functions for manipulating interface name pattern lists:Martin Mares
1998-10-19Generate router_id automatically if possible (standard "smallest of localMartin Mares
1998-10-17Solve chicken-and-egg problems with protocol startup. We now queue all inactiveMartin Mares
1998-06-17Use '%I' instead of dirty address printing hacks.Martin Mares
1998-06-04Now sending IF_CHANGE_CREATE when a new interface appears and IF_CHANGE_UPMartin Mares
1998-06-03Protocol hooks. All of them may be NULL.Martin Mares
1998-06-01- Rewrote whole interface logic. Removed support for multiple addresses perMartin Mares
1998-05-26Implemented scanning of network interfaces. Mostly very ugly code due toMartin Mares