Go to file
Martin Mares 8e66a0ebb9 Hopefully finished kernel syncer (krt) rewrite:
o  Interface syncing is now a part of krt and it can have configurable
     parameters. Actually, the only one is scan rate now :)
  o  Kernel routing table syncing is now synchronized with interface
     syncing (we need the most recent version of the interface list
     to prevent lots of routes to non-existent destinations from
     appearing). Instead of its own timer, we just check if it's
     route scan time after each iface list scan.
  o  Syncing of device routes implemented.
  o  CONFIG_AUTO_ROUTES should control syncing of automatic device routes.
  o  Rewrote krt_remove_route() to really remove routes :)
  o  Better diagnostics.
  o  Fixed a couple of bugs.
1998-12-08 18:37:58 +00:00
conf Added new rule for prefix length / netmask. 1998-12-06 23:10:45 +00:00
doc Added banner presented to KSVI. 1998-03-20 18:30:55 +00:00
lib Name cleanups as suggested by Pavel: 1998-12-06 11:59:18 +00:00
nest Added source RTS_DUMMY for temporary routes. They should never appear 1998-12-08 18:30:35 +00:00
proto Fixed a couple of bugs in static protocol. All static routes except device 1998-12-08 18:31:31 +00:00
sysdep Hopefully finished kernel syncer (krt) rewrite: 1998-12-08 18:37:58 +00:00
tools Now merges configuration fragments (*.Y) as well. 1998-11-27 19:31:41 +00:00
bird.conf Hopefully finished kernel syncer (krt) rewrite: 1998-12-08 18:37:58 +00:00
Makefile Added skeleton of static route protocol. 1998-12-06 18:21:23 +00:00
Rules Added routing table and routing attribute code. 1998-05-20 11:54:33 +00:00
TODO Hopefully finished kernel syncer (krt) rewrite: 1998-12-08 18:37:58 +00:00