Go to file
Martin Mares 5056c559c4 Changed syntax of attaching filters to protocols to hopefully the final
version:

	EXPORT <filter-spec>	for outbound routes (i.e., those announced
				by BIRD to the rest of the world).
	IMPORT <filter-spec>	for inbound routes (i.e., those imported
				by BIRD from the rest of the world).

where <filter-spec> is one of:

	ALL			pass all routes
	NONE			drop all routes
	FILTER <name>		use named filter
	FILTER { <filter> }	use explicitly defined filter

For all protocols, the default is IMPORT ALL, EXPORT NONE. This includes
the kernel protocol, so that you need to add EXPORT ALL to get the previous
configuration of kernel syncer (as usually, see doc/bird.conf.example for
a bird.conf example :)).
1999-04-05 20:15:31 +00:00
conf Use a more reasonable pool chunk size: 4080 bytes seem to be a good 1999-04-05 20:06:02 +00:00
doc Changed syntax of attaching filters to protocols to hopefully the final 1999-04-05 20:15:31 +00:00
filter Several filter changes. (Pavel, please check if they are OK.) 1999-04-05 20:10:31 +00:00
lib Clarify resource dumps and include them in the main debugging dump. 1999-03-29 20:14:33 +00:00
misc Variance estimation fixed. 1998-12-19 21:53:28 +00:00
nest Changed syntax of attaching filters to protocols to hopefully the final 1999-04-05 20:15:31 +00:00
proto Added FIXME: If a strange interface appears, ignore it instead of only 1999-03-29 19:56:32 +00:00
sysdep More changes to the kernel syncer. 1999-04-03 13:05:18 +00:00
tools First few FreeBSD portability fixes. 1999-04-01 15:33:52 +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 Update of filters towards new interface. 1999-03-29 20:21:28 +00:00
configure.in Prefer gm4' over m4' (due to BSD et al.). 1999-03-29 20:26:32 +00:00
Makefile Propagate depend into all subdirectories; make rip compile after 1999-02-08 22:50:32 +00:00
TODO Added new protocol hook for dumping of protocol-dependent route 1999-04-03 13:01:58 +00:00