]> git.ipfire.org Git - thirdparty/bird.git/history - nest/iface.c
Implements primary address selection base on 'primary' option.
[thirdparty/bird.git] / nest / iface.c
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...