summaryrefslogtreecommitdiffstats
path: root/nest/iface.h
AgeCommit message (Expand)Author
2011-12-12Fixes problem with sticky neighbors and iface address changes.Ondrej Zajicek
2011-04-05Minor fixes.Ondrej Zajicek
2011-03-28Minor changes in addresses.Ondrej Zajicek
2010-11-19Remove some runaway debug messages and typos.Ondrej Zajicek
2010-11-11Adds support for iface link check to static protocol.Ondrej Zajicek
2010-11-11Implements link state detection.Ondrej Zajicek
2010-03-14Temporary OSPF commit - sockets.Ondrej Zajicek
2010-03-11Merge branch 'new' into socket2Ondrej Zajicek
2010-03-11Temoporary OSPF commit - socket changes.Ondrej Zajicek
2010-02-27Better flushing of interfaces.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
2009-09-08Temporary OSPFv3 development commit.Ondrej Zajicek
2009-05-29Implements primary address selection base on 'primary' option.Ondrej Zajicek
2009-05-06A change in OSPF and RIP interface patterns.Ondrej Zajicek
2000-06-01Removed comments about workings of the old neighbor cache which areMartin Mares
2000-06-01Modified the neighbor cache to remember local addresses as well.Martin Mares
2000-03-27if_connected() is again private.Martin Mares
2000-03-26I broke compilation. Sorry.Pavel Machek
2000-03-26if_connected is usefull outside of neighbour cache.Pavel Machek
2000-03-01Reimplemented neighbor cache. Now uses real hashing.Martin Mares
2000-03-01Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares
2000-01-19Killed a couple of bugs in the neighbor cache.Martin Mares
1999-12-16Minor cleanups.Martin Mares
1999-12-01Introduced new protocol-dependent integer field `aux' to struct neighbor.Martin Mares
1999-11-25Added few basic commands: show status, show interfaces [summary],Martin Mares
1999-08-03Cleaned up handling of interface patterns:Martin Mares
1999-05-06I rewrote the interface handling code, so that it supports multipleMartin 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-13When protocols go down, prune the neighbor list.Martin Mares
1999-02-13config->router_id works again.Martin Mares
1999-02-05Implemented new configuration/reconfiguration interface and defined protocolMartin Mares
1999-01-12Keep protocol data out of iface_patt.Pavel Machek
1998-12-04Rip now has configurable per-interface metric (please rewiev), and fewPavel Machek
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-17Fixed misleading comment.Martin Mares
1998-10-17Solve chicken-and-egg problems with protocol startup. We now queue all inactiveMartin Mares
1998-06-04Now sending IF_CHANGE_CREATE when a new interface appears and IF_CHANGE_UPMartin 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
1998-05-24Added interface index (used only by OS-dependent code since ifindexes itselfMartin Mares
1998-05-24Point-to-point links: added address of the opposite end.Martin Mares
1998-05-03Next attempt on data structures...Martin Mares
1998-04-28Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares
1998-04-23Added IP address manipulation macros, interface declarations and logging.Martin Mares
1998-04-22First look at data structures. More to come tomorrow...Martin Mares