Use protocol direct, as detailed in http://bird.network.cz/?get_doc&f=bird-6.html#ss6.4

Le 11 nov. 2014 à 12:54, Eugene Prokopiev <enp@itx.ru> a écrit :

Hi,

How to export address 1.1.1.1/32 from lo interface via BGP? I tried to do:

router id 2.2.2.2;

protocol kernel {
}

protocol static {
   route 1.1.1.1/32 via "lo";
}

protocol bgp {
   local as 65000;
   neighbor 2.2.2.1 as 65000;
   export filter { accept; };
}

but there are no any prefixes on neighbor 2.2.2.1 :(