]> git.ipfire.org Git - thirdparty/bird.git/history - nest/iface.c
Whitespace fixes
[thirdparty/bird.git] / nest / iface.c
2015-02-21  Ondrej ZajicekMerge remote-tracking branch 'origin/soft-int'
2014-11-03  Ondrej ZajicekChanges order of iface/addr/neigh event hooks.
2013-11-25  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-24  Ondrej ZajicekMinor changes to default router ID calculation.
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2013-04-23  Ondrej ZajicekMerge branch 'birdcl'
2013-04-16  Ondrej ZajicekAllows IP of loopback to be used in automatic router...
2012-12-27  Ondrej ZajicekImplements interface masks for choosing router id.
2012-01-23  Ondrej ZajicekImplements handling of BSD iface arrival/departure...
2012-01-23  Ondrej ZajicekFixes problems with creating/removing/renaming ifaces...
2012-01-21  Ondrej ZajicekFixes another minor bug in iface scan.
2012-01-01  Ondrej ZajicekAllows sticky link-local neighbors.
2011-12-11  Ondrej ZajicekFixes problem with sticky neighbors and iface address...
2011-05-01  Ondrej ZajicekThere may be more IP address records with the same IP.
2011-03-28  Ondrej ZajicekMinor changes in addresses.
2010-12-22  Ondrej ZajicekRemove unnecessary check.
2010-11-11  Ondrej ZajicekAdds support for iface link check to static protocol.
2010-11-11  Ondrej ZajicekImplements link state detection.
2010-03-26  Ondrej ZajicekMerge branch 'socket2' into new
2010-03-19  Ondrej ZajicekAllow iface pattern matching code to match peer address...
2010-03-14  Ondrej ZajicekTemporary OSPF commit - sockets.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-27  Ondrej ZajicekBetter flushing of interfaces.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-05-29  Ondrej ZajicekImplements primary address selection base on 'primary...
2009-05-21  Ondrej ZajicekMerge branch 'master' into dev
2009-05-06  Ondrej ZajicekA change in OSPF and RIP interface patterns.
2003-02-22  Martin MaresThere can be multiple primary addresses with different...
2000-11-08  Ondrej FilipYet another nasty bugfix of iface_patts_equal().
2000-11-08  Ondrej FilipBugfix in iface_patts_equal.
2000-06-05  Martin MaresAvoid sentence containing a colon to start new doc...
2000-06-03  Martin MaresMore documentation.
2000-05-04  Martin Mares#ifdef out lots of debugging information.
2000-05-04  Martin MaresRemoved a lot of unused variables.
2000-05-02  Martin MaresIPv6 address classification fixes.
2000-04-10  Martin MaresFix stupid bug in neighbor cache.
2000-03-12  Martin MaresGreat cleanup of debug messages. LOCAL_DEBUG turned...
2000-03-12  Martin MaresAdded tracing of interface events.
2000-03-01  Martin MaresReimplemented neighbor cache. Now uses real hashing.
2000-02-29  Martin MaresRewrote interface type detection logic. The `unnumbered...
2000-01-19  Martin MaresKilled a couple of bugs in the neighbor cache.
2000-01-16  Martin MaresReworked proto lists -- each proto is now in two lists...
1999-12-16  Martin MaresMinor cleanups.
1999-12-01  Martin MaresIntroduced new protocol-dependent integer field `aux...
1999-11-30  Martin Mares`show interfaces' and `show protocols' works.
1999-11-25  Martin MaresAdded few basic commands: show status, show interfaces...
1999-08-03  Martin MaresBasic support for IPv6. The system-dependent part...
1999-08-03  Martin MaresCleaned up handling of interface patterns:
1999-05-07  Martin MaresNetlink support for secondary interface addresses.
1999-05-06  Martin MaresI rewrote the interface handling code, so that it suppo...
1999-03-26  Martin MaresDon't try to manipulate neighbor lists for copied inter...
1999-03-02  Martin Mareso The if_change_too_big_p change was too high-spirited...
1999-03-02  Martin MaresInterface logic changes:
1999-02-13  Martin MaresParameter order for the proto->if_notify hook was diffe...
1999-02-13  Martin MaresDon't send any neighbor notifications to protocols...
1999-02-13  Martin MaresWhen protocols go down, prune the neighbor list.
1999-02-13  Martin Maresconfig->router_id works again.
1999-02-11  Martin Maresstruct proto again contains instance name (a copy of...
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1998-12-20  Martin Maresdie() -> bug() where appropriate.
1998-12-06  Martin MaresAesthetic fix for neighbor cache debug dump.
1998-11-29  Martin MaresAdded functions for manipulating interface name pattern...
1998-10-19  Martin MaresGenerate router_id automatically if possible (standard...
1998-10-17  Martin MaresSolve chicken-and-egg problems with protocol startup...
1998-06-17  Martin MaresUse '%I' instead of dirty address printing hacks.
1998-06-04  Martin MaresNow sending IF_CHANGE_CREATE when a new interface appea...
1998-06-03  Martin MaresProtocol hooks. All of them may be NULL.
1998-06-01  Martin Mares- Rewrote whole interface logic. Removed support for...
1998-05-26  Martin MaresImplemented scanning of network interfaces. Mostly...