Go to file
Martin Mares 2d14045224 Rewrote the kernel syncer. The old layering was horrible.
The new kernel syncer is cleanly split between generic UNIX module
and OS dependent submodules:

  -  krt.c (the generic part)
  -  krt-iface (low-level functions for interface handling)
  -  krt-scan (low-level functions for routing table scanning)
  -  krt-set (low-level functions for setting of kernel routes)

krt-set and krt-iface are common for all BSD-like Unices, krt-scan is heavily
system dependent (most Unices require /dev/kmem parsing, Linux uses /proc),
Netlink substitues all three modules.

We expect each UNIX port supports kernel routing table scanning, kernel
interface table scanning, kernel route manipulation and possibly also
asynchronous event notifications (new route, interface state change;
not implemented yet) and build the KRT protocol on the top of these
primitive operations.
1999-03-03 19:49:56 +00:00
conf I just don't like files enclosed in <>. 1999-03-02 13:15:35 +00:00
doc Rewrote the kernel syncer. The old layering was horrible. 1999-03-03 19:49:56 +00:00
filter Add interface for running filters (please comment!), avoid bison warnings 1999-03-02 19:49:28 +00:00
lib Added SK_MAGIC type sockets for internal use by system dependent code, 1999-03-01 22:30:33 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest Introduced protocol priority (all 'normal' protocols should use the 1999-03-03 19:33:54 +00:00
proto Avoid segfault 1999-03-02 19:49:22 +00:00
sysdep Rewrote the kernel syncer. The old layering was horrible. 1999-03-03 19:49:56 +00:00
tools Latest changes broke out-of-tree compilation. 1999-03-02 16:39:41 +00:00
.cvsignore Added bird.conf to .cvsignore and created an example configuration file. 1999-01-15 17:18:41 +00:00
aclocal.m4 First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
bird.conf filters_init() renamed to filters_postconfig(). 1999-01-15 18:13:55 +00:00
configure.in If we are compiling with debugging enabled and libefence is available, 1999-03-01 22:42:47 +00:00
Makefile Propagate depend into all subdirectories; make rip compile after 1999-02-08 22:50:32 +00:00
TODO Rewrote the kernel syncer. The old layering was horrible. 1999-03-03 19:49:56 +00:00