summaryrefslogtreecommitdiffstats
path: root/nest/iface.c
AgeCommit message (Expand)Author
1999-08-03Cleaned up handling of interface patterns:Martin Mares
1999-05-07Netlink support for secondary interface addresses.Martin Mares
1999-05-06I rewrote the interface handling code, so that it supports multipleMartin Mares
1999-03-26Don't try to manipulate neighbor lists for copied interface structures.Martin Mares
1999-03-02o The if_change_too_big_p change was too high-spirited. Fixed.Martin Mares
1999-03-02Interface logic changes:Martin Mares
1999-02-13Parameter order for the proto->if_notify hook was different in the includeMartin Mares
1999-02-13Don't send any neighbor notifications to protocols being flushed.Martin Mares
1999-02-13When protocols go down, prune the neighbor list.Martin Mares
1999-02-13config->router_id works again.Martin Mares
1999-02-11struct proto again contains instance name (a copy of proto->cf->name).Martin Mares
1999-02-05Implemented new configuration/reconfiguration interface and defined protocolMartin Mares
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