<div dir="ltr">Thank you Ondrej, it really works in BIRD 2.x.<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 29, 2018 at 3:22 PM, Ondrej Zajicek <span dir="ltr"><<a href="mailto:santiago@crfreenet.org" target="_blank">santiago@crfreenet.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, May 29, 2018 at 02:23:30PM +0300, oldnick nsp wrote:<br>
> Hi all!<br>
> <br>
> I'm trying to use Bird to announce route with predefined bgp next hop and<br>
> to avoid filter manipulation on this route to set next-hop on it. My goal<br>
> is to put route configuration into separate include file with fewer lines<br>
> as possible.<br>
<br>
</span>Hi<br>
<br>
In BIRD 1.x, default BGP route attributes were preinitialized for non-BGP<br>
routes before BGP export filter was called, so the value set in static<br>
protocol is ignored. You have to set bgp_next_hop attribute in the BGP<br>
export filter.<br>
<br>
In BIRD 2.x, the behavior was simplified to work as one expects -<br>
bgp_next_hop can be set anywhere and then it is handled similarly to<br>
one received from BGP peer (so it would work with 'next hop keep').<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Elen sila lumenn' omentielvo<br>
<br>
Ondrej 'Santiago' Zajicek (email: <a href="mailto:santiago@crfreenet.org">santiago@crfreenet.org</a>)<br>
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, <a href="http://wwwkeys.pgp.net" rel="noreferrer" target="_blank">wwwkeys.pgp.net</a>)<br>
"To err is human -- to blame it on a computer is even more so."<br></font></span></blockquote><div> </div></div>--</div><div class="gmail_extra">Regards,</div><div class="gmail_extra">Sergey<br></div></div>