bird/nest
Ondrej Zajicek 069bfcb53c Fixes serious bug in core related to route filtering.
If protocol announces a route, route is accepted by import filter to
routing table, and later it announces replacement of that route that is
rejected by import filter, old route remains in routing table.
2009-11-24 17:15:20 +01:00
..
a-path.c Rename as_path_get_last/as_path_get_first to be consistent. 2009-10-12 20:44:58 +02:00
a-set.c Adds %R printf directive for Router ID. 2009-07-23 16:06:25 +02:00
attrs.h Fixes headers for uintptr_t (and build on NetBSD). 2009-09-17 17:52:36 +02: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 Fixes bug in CLI TX buffer management. 2009-07-14 14:18:54 +02:00
cli.h Fixes bug in CLI TX buffer management. 2009-07-14 14:18:54 +02:00
cmds.c Adds %R printf directive for Router ID. 2009-07-23 16:06:25 +02:00
cmds.h Split off general commands to cmds.c. 2000-01-19 12:30:19 +00:00
config.Y Implements option that controls IPv6 BGP next hops when lladdr is missing. 2009-11-18 20:32:36 +01:00
Doc Documented sockets, events and timers. 2000-06-05 12:19:12 +00:00
iface.c Implements primary address selection base on 'primary' option. 2009-05-29 22:49:30 +02:00
iface.h Implements primary address selection base on 'primary' option. 2009-05-29 22:49:30 +02:00
locks.c Marked unused parameters in core code as such. 2004-06-05 09:10:56 +00:00
locks.h Added IP protocols. 2000-06-06 11:50:48 +00:00
Makefile Created nest/a-path.c and a-set.c which should contain general operations 2000-04-17 07:53:29 +00:00
neighbor.c Fixes core state machine. 2008-12-08 12:24:55 +01:00
password.c Fix bugs in OSPF MD5 authentication. First bug is that default 2008-11-08 17:24:23 +01:00
password.h Fix bugs in OSPF MD5 authentication. First bug is that default 2008-11-08 17:24:23 +01:00
proto-hooks.c The pipe cleanup. 2009-06-01 14:07:13 +02:00
proto.c Implement description field of protocol. 2009-11-17 15:45:05 +01:00
proto.sgml Fixes for the programmer's manual. 2000-06-08 12:37:21 +00:00
protocol.h Implement description field of protocol. 2009-11-17 15:45:05 +01:00
route.h The pipe cleanup. 2009-06-01 14:07:13 +02:00
rt-attr.c Fixes bug in eattr binary search. 2009-08-21 09:31:35 +02:00
rt-dev.c The pipe cleanup. 2009-06-01 14:07:13 +02:00
rt-dev.h Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00
rt-fib.c Marked unused parameters in core code as such. 2004-06-05 09:10:56 +00:00
rt-table.c Fixes serious bug in core related to route filtering. 2009-11-24 17:15:20 +01:00