<div dir="ltr"><a href="http://bird.network.cz/?get_doc&f=bird-6.html#ss6.10">http://bird.network.cz/?get_doc&f=bird-6.html#ss6.10</a><div><br></div><div>In the link above, the RIP section's example will return config error in bird v1.6.3. Is this an outdated example for older version of bird? </div><div><br></div><div><pre style="font-size:12px;color:rgb(0,0,0);background-color:rgb(242,252,254)">protocol rip {
        debug all;
        port 1520;
        period 12;
        garbage time 60;
        interface "eth0" { metric 3; mode multicast; };
        interface "eth*" { metric 2; mode broadcast; };
        authentication cryptographic;
        password "secret-shared-key" { algorithm hmac sha256; };
        import filter { print "importing"; accept; };
        export filter { print "exporting"; accept; };
}</pre><div><br></div><div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><br>Best regards,<br>Steve<br><div>
<p><br></p>

</div></div></div></div></div>
</div></div></div>