<p dir="ltr">OK, I understand. It's working perfectly now.<br>
Thank you for your explanations :-) </p>
<div class="gmail_quote">On Mar 30, 2015 2:36 PM,  <<a href="mailto:pavel.tvrdik@nic.cz">pavel.tvrdik@nic.cz</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Olivier.<br>
<br>
On 2015-03-28 15:56, olivier a wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 Trying to use 'ttl security enable' with RIP protocol in BIRD, I get:<br>
 /etc/bird.conf, line 30, syntax error<br>
</blockquote>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 Did I miss a compile option ?<br>
</blockquote>
<br>
No, the TTL SECURITY is always avaible.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ttl security if functioning OK with BIRD/BGP<br>
</blockquote>
<br>
For the BGP protocol is configuration of TTL SECURITY in the root of BGP configuration:<br>
<br>
protocol bgp {<br>
  ttl security on;<br>
  ...<br>
}<br>
<br>
In contrast to the TTL SECURITY for BGP, the TTL SECURITY for RIP must be in the interface confifiguration like this:<br>
<br>
protocol rip {<br>
  interface "eth0" {<br>
    ttl security on;<br>
    ...<br>
  };<br>
  ...<br>
}<br>
<br>
Maybe I will move this option to the root of the TIP protocol options like in the BGP. It will be more intuitive.<br>
<br>
So, Olivier, thanks for notice! :-)<br>
<br>
Pavel<br>
</blockquote></div>