Go to file
Martin Mares e0f2e42f4f A couple of filter tweaks:
o  Introduced struct filter which serves as an external reference
      to filter. Using struct symbol for this is unwise since it doesn't
      allow extra information attached to the filter and it also forces
      all filters to be named.
   o  Implemented config rule 'filter' which matches either named filter
      or an embedded unnamed filter (`{ <filter> }').
   o  Fixed totally bogus comment at the top of filter.h.
   o  Added a missing prototype for f_run() to filter.h.
1999-03-17 14:29:39 +00:00
conf A couple of filter tweaks: 1999-03-17 14:29:39 +00:00
doc Rewrote the kernel syncer. The old layering was horrible. 1999-03-03 19:49:56 +00:00
filter A couple of filter tweaks: 1999-03-17 14:29:39 +00:00
lib Use dmalloc instead of EFence when available (dmalloc has lot of improvements 1999-03-04 11:36:26 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest Removed the `rta_same' hook since it's no longer needed (all protocols 1999-03-17 13:13:18 +00:00
proto Removed the `rta_same' hook since it's no longer needed (all protocols 1999-03-17 13:13:18 +00:00
sysdep Fixed processing of !krt_capable() routes. Converted device route decisions 1999-03-04 19:00:31 +00:00
tools Use dmalloc instead of EFence when available (dmalloc has lot of improvements 1999-03-04 11:36:26 +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 Yes, joining the crew. Sorry for being late. Added dummy functions for OSPF. 1999-03-09 22:27:43 +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