From: Maria Matejka Date: Wed, 29 May 2024 07:33:42 +0000 (+0200) Subject: BGP: export table stores routes, reloads and shows in CLI. X-Git-Tag: v3.0.0~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a169e46a8f1a30cf98eae1cd9c7627c70e8f74c;p=thirdparty%2Fbird.git BGP: export table stores routes, reloads and shows in CLI. In future, this and rtable's data structures should be probably merged but it isn't a good idea to do now. The used data structure is similar to rtable -- an array of pointers to linked lists. Feed is lockless, as with all tables. Full export (receiving updates) is not supported yet but we don't have any method how to use it anyway. Gonna implement it later. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 763ddfa3d..4e0e510f4 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3445,6 +3445,13 @@ be used in explicit configuration.