bird/nest
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
..
bird.h Perform gracious shutdown upon receipt of SIGTERM. Finally we can 1999-02-13 20:15:36 +00:00
config.Y Changed syntax of attaching filters to protocols to hopefully the final 1999-04-05 20:15:31 +00:00
iface.c Don't try to manipulate neighbor lists for copied interface structures. 1999-03-26 21:33:36 +00:00
iface.h o The if_change_too_big_p change was too high-spirited. Fixed. 1999-03-02 18:36:09 +00:00
Makefile New makefiles. Includes support for out-of-source-tree builds. 1999-01-10 00:18:32 +00:00
proto.c Changed syntax of attaching filters to protocols to hopefully the final 1999-04-05 20:15:31 +00:00
protocol.h Added new protocol hook for dumping of protocol-dependent route 1999-04-03 13:01:58 +00:00
route.h More changes to the kernel syncer. 1999-04-03 13:05:18 +00:00
rt-attr.c Implemented extended route attributes and all related functions. 1999-03-17 13:09:09 +00:00
rt-dev.c Added everything protocols need to know about multiple routing tables, 1999-03-26 21:50:43 +00:00
rt-dev.h Implemented new configuration/reconfiguration interface and defined protocol 1999-02-05 21:37:34 +00:00
rt-fib.c Oops, previous modification for passing NULL to fib_init() did not 1998-12-22 19:20:43 +00:00
rt-table.c More changes to the kernel syncer. 1999-04-03 13:05:18 +00:00