]> git.ipfire.org Git - thirdparty/bird.git/commit
Changed syntax of attaching filters to protocols to hopefully the final
authorMartin Mares <mj@ucw.cz>
Mon, 5 Apr 1999 20:15:31 +0000 (20:15 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 5 Apr 1999 20:15:31 +0000 (20:15 +0000)
commit5056c559c4eb253a4eee10cf35b694faec5265eb
tree404a26d748f50a40514f0d0ed448034b7dfa396b
parent63a381dbf5e37c2740982d07988cea983c699816
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 :)).
doc/bird.conf.example
nest/config.Y
nest/proto.c