]> git.ipfire.org Git - thirdparty/bird.git/commit
Allowed optimized exporting of a subprefix tree
authorMaria Matejka <mq@ucw.cz>
Wed, 22 Jun 2022 10:45:42 +0000 (12:45 +0200)
committerMaria Matejka <mq@ucw.cz>
Fri, 24 Jun 2022 13:49:08 +0000 (15:49 +0200)
commit9c9059fd172dcc2f8805529de4b3174f280c109c
treeb0e642405a9485b0f571d8414720a072aac7b404
parent050b4b4e5e6d4c05345bed2ec62c865258b4e7ee
Allowed optimized exporting of a subprefix tree

Added an option for export filter to allow for prefiltering based on the
prefix. Routes outside the given prefix are completely ignored. Config
is simple:

export in <net> <filter>;
doc/bird.sgml
nest/config.Y
nest/proto.c
nest/protocol.h
nest/rt-table.c
nest/rt.h
proto/pipe/config.Y
proto/pipe/pipe.c
proto/pipe/pipe.h