bird/nest
Martin Mares 7e5f5ffdda Moved to a much more systematic way of configuring kernel protocols.
o  Nothing is configured automatically. You _need_ to specify
     the kernel syncer in config file in order to get it started.
  o  Syncing has been split to route syncer (protocol "Kernel") and
     interface syncer (protocol "Device"), device routes are generated
     by protocol "Direct" (now can exist in multiple instances, so that
     it will be possible to feed different device routes to different
     routing tables once multiple tables get supported).

See doc/bird.conf.example for a living example of these shiny features.
1999-03-26 21:44:38 +00:00
..
bird.h Perform gracious shutdown upon receipt of SIGTERM. Finally we can 1999-02-13 20:15:36 +00:00
config.Y Moved to a much more systematic way of configuring kernel protocols. 1999-03-26 21:44:38 +00:00
iface.c Don't try to manipulate neighbor lists for copied interface structures. 1999-03-26 21:33:36 +00:00
iface.h o The if_change_too_big_p change was too high-spirited. Fixed. 1999-03-02 18:36:09 +00:00
Makefile New makefiles. Includes support for out-of-source-tree builds. 1999-01-10 00:18:32 +00:00
proto.c Slightly better generator of default protocol instance names. 1999-03-26 21:37:29 +00:00
protocol.h Slightly better generator of default protocol instance names. 1999-03-26 21:37:29 +00:00
route.h Implemented extended route attributes and all related functions. 1999-03-17 13:09:09 +00:00
rt-attr.c Implemented extended route attributes and all related functions. 1999-03-17 13:09:09 +00:00
rt-dev.c Moved to a much more systematic way of configuring kernel protocols. 1999-03-26 21:44:38 +00:00
rt-dev.h Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00
rt-fib.c Oops, previous modification for passing NULL to fib_init() did not 1998-12-22 19:20:43 +00:00
rt-table.c Allow different instances of the same protocol with identical preferences. 1999-03-26 21:38:02 +00:00