]> git.ipfire.org Git - thirdparty/bird.git/history - nest/iface.h
Nest: Improve keeping track of IPv6 link-local addresses
[thirdparty/bird.git] / nest / iface.h
2018-11-08  Ondrej Zajicek ... Nest: Improve keeping track of IPv6 link-local addresses
2017-09-06  Ondrej Zajicek ... Basic VRF support
2014-02-06  Ondrej ZajicekMerge branch 'add-path'
2013-12-10  Ondrej ZajicekMerge branch 'add-path'
2013-12-02  Ondrej ZajicekFixes problem with source address selection in BGP...
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2012-12-27  Ondrej ZajicekImplements interface masks for choosing router id.
2012-01-23  Ondrej ZajicekFixes problems with creating/removing/renaming ifaces...
2012-01-01  Ondrej ZajicekAllows sticky link-local neighbors.
2011-12-11  Ondrej ZajicekFixes problem with sticky neighbors and iface address...
2011-04-05  Ondrej ZajicekMinor fixes.
2011-03-28  Ondrej ZajicekMinor changes in addresses.
2010-11-19  Ondrej ZajicekRemove some runaway debug messages and typos.
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-14  Ondrej ZajicekTemporary OSPF commit - sockets.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-03-11  Ondrej ZajicekTemoporary OSPF commit - socket changes.
2010-02-27  Ondrej ZajicekBetter flushing of interfaces.
2010-02-26  Ondrej ZajicekMany changes in (mainly) kernel syncers.
2009-12-22  Ondrej ZajicekMerge commit 'origin/master' into new
2009-12-20  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-09-08  Ondrej ZajicekTemporary OSPFv3 development commit.
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.
2000-06-01  Martin MaresRemoved comments about workings of the old neighbor...
2000-06-01  Martin MaresModified the neighbor cache to remember local addresses...
2000-03-27  Martin Maresif_connected() is again private.
2000-03-26  Pavel MachekI broke compilation. Sorry.
2000-03-26  Pavel Machekif_connected is usefull outside of neighbour cache.
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.
1999-12-16  Martin MaresMinor cleanups.
1999-12-01  Martin MaresIntroduced new protocol-dependent integer field `aux...
1999-11-25  Martin MaresAdded few basic commands: show status, show interfaces...
1999-08-03  Martin MaresCleaned up handling of interface patterns:
1999-05-06  Martin MaresI rewrote the interface handling code, so that it suppo...
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 MaresWhen protocols go down, prune the neighbor list.
1999-02-13  Martin Maresconfig->router_id works again.
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1999-01-12  Pavel MachekKeep protocol data out of iface_patt.
1998-12-04  Pavel MachekRip now has configurable per-interface metric (please...
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 MaresFixed misleading comment.
1998-10-17  Martin MaresSolve chicken-and-egg problems with protocol startup...
1998-06-04  Martin MaresNow sending IF_CHANGE_CREATE when a new interface appea...
1998-06-01  Martin Mares- Rewrote whole interface logic. Removed support for...
1998-05-26  Martin MaresImplemented scanning of network interfaces. Mostly...
1998-05-24  Martin MaresAdded interface index (used only by OS-dependent code...
1998-05-24  Martin MaresPoint-to-point links: added address of the opposite...
1998-05-03  Martin MaresNext attempt on data structures...
1998-04-28  Martin MaresChanged #include <x/y> to #include "x/y" for our local...
1998-04-23  Martin MaresAdded IP address manipulation macros, interface declara...
1998-04-22  Martin MaresFirst look at data structures. More to come tomorrow...