<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Use protocol direct, as detailed in <a href="http://bird.network.cz/?get_doc&f=bird-6.html#ss6.4" class="">http://bird.network.cz/?get_doc&f=bird-6.html#ss6.4</a></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Le 11 nov. 2014 à 12:54, Eugene Prokopiev <<a href="mailto:enp@itx.ru" class="">enp@itx.ru</a>> a écrit :</div><br class="Apple-interchange-newline"><div class="">Hi,<br class=""><br class="">How to export address 1.1.1.1/32 from lo interface via BGP? I tried to do:<br class=""><br class="">router id 2.2.2.2;<br class=""><br class="">protocol kernel {<br class="">}<br class=""><br class="">protocol static {<br class="">    route 1.1.1.1/32 via "lo";<br class="">}<br class=""><br class="">protocol bgp {<br class="">    local as 65000;<br class="">    neighbor 2.2.2.1 as 65000;<br class="">    export filter { accept; };<br class="">}<br class=""><br class="">but there are no any prefixes on neighbor 2.2.2.1 :(<br class=""></div></blockquote></div><br class=""></div></body></html>