Go to file
Martin Mares 7f400d1c62 After today's lengthy discussions about filter syntax, let's clean up
whitespace/semicolon rules for whole config file:

   o  All non-zero amounts of whitespace are equivalent to single space
      (aka `all the whitespace has been born equal' ;-)).
   o  Comments count as whitespace.
   o  Whitespace has no syntactic signifance (it can only separate lexical
      elements).
   o  Consequence: line ends are no longer treated as `;'s.
   o  Every declaration must be terminated by an explicit `;' unless
      or by a group enclosed in `{' and `}'.
1999-03-29 19:04:14 +00:00
conf After today's lengthy discussions about filter syntax, let's clean up 1999-03-29 19:04:14 +00:00
doc After today's lengthy discussions about filter syntax, let's clean up 1999-03-29 19:04:14 +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 After today's lengthy discussions about filter syntax, let's clean up 1999-03-29 19:04:14 +00:00
proto Added everything protocols need to know about multiple routing tables, 1999-03-26 21:50:43 +00:00
sysdep Cleaned up system configuration files -- removed few obsolete parameters, 1999-03-27 22:51:05 +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 Cleaned up system configuration files -- removed few obsolete parameters, 1999-03-27 22:51:05 +00:00
Makefile Propagate depend into all subdirectories; make rip compile after 1999-02-08 22:50:32 +00:00
TODO Moved to a much more systematic way of configuring kernel protocols. 1999-03-26 21:44:38 +00:00