bird/nest
Ondrej Zajicek f92e6ab364 Changes order of iface/addr/neigh event hooks.
Now the order is:

Up   -> iface, addr, neigh
Down -> neigh, addr, iface

It fixes the case when an iface appears, related static routes are
activated and exported to OSPF before the iface notification and
therefore forwarding addresses are not encoded in generated external
LSAs.
2014-11-03 20:35:58 +01:00
..
a-path.c Implements 'allow local as' option. 2013-10-21 14:59:35 +02:00
a-set.c Extends set operations in filters. 2012-03-15 21:07:58 +01:00
attrs.h Implements 'allow local as' option. 2013-10-21 14:59:35 +02:00
bfd.h Adds a missing file. 2013-11-21 11:36:49 +01:00
bird.h Converted shutdown to a kind of reconfiguration, it's no more handled 2000-01-16 17:40:26 +00:00
cli.c Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
cli.h Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
cmds.c BGP graceful restart support. 2014-03-20 14:07:12 +01:00
cmds.h Implements eval command and minor CLI cleanups. 2013-07-25 13:15:32 +02:00
config.Y Implements show route noexport option. 2014-10-02 12:52:50 +02:00
Doc Documented sockets, events and timers. 2000-06-05 12:19:12 +00:00
iface.c Changes order of iface/addr/neigh event hooks. 2014-11-03 20:35:58 +01:00
iface.h Fixes problem with source address selection in BGP and BFD. 2013-12-02 11:54:32 +01:00
locks.c Temporary integrated OSPF commit. 2014-07-18 18:24:12 +02:00
locks.h Temporary integrated OSPF commit. 2014-07-18 18:24:12 +02:00
Makefile Route Origin Authorization basics. 2012-03-18 17:32:30 +01:00
mrtdump.h NEWS, version and documentation update. 2010-01-06 16:57:20 +01:00
neighbor.c Fixes problem with source address selection in BGP and BFD. 2013-12-02 11:54:32 +01:00
password.c Refactoring of OSPF messages. 2014-10-24 11:07:38 +02:00
password.h Refactoring of OSPF messages. 2014-10-24 11:07:38 +02:00
proto-hooks.c Better support for multitable protocols. 2012-03-15 12:13:04 +01:00
proto.c Fixes a problem with undoing of deconfiguring of protocol. 2014-05-05 11:05:12 +02:00
proto.sgml Fixes for the programmer's manual. 2000-06-08 12:37:21 +00:00
protocol.h Fixes limit verification during reconfiguration. 2014-04-27 00:46:32 +02:00
route.h Implements show route noexport option. 2014-10-02 12:52:50 +02:00
rt-attr.c Fixes some warnings. 2014-10-02 12:52:50 +02:00
rt-dev.c Merge branch 'master' into add-path 2013-11-23 11:50:34 +01:00
rt-dev.h Implements protocol templates. 2011-11-07 00:31:23 +01:00
rt-fib.c Implement proper LSA ID generation. 2009-10-07 21:10:29 +01:00
rt-roa.c Some minor changes to CLI. 2012-03-22 12:13:26 +01:00
rt-table.c Implements show route noexport option. 2014-10-02 12:52:50 +02:00