On Fri, Feb 17, 2017 at 03:37:28PM +0800, Steve Leung wrote:
> http://bird.network.cz/?get_doc&f=bird-6.html#ss6.10
> 
> 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?

Yes, it is for pre-1.6.x versions. Thanks for notification. It should be
more like:

protocol rip {
     debug all;
     import filter { print "importing"; accept; };
     export filter { print "exporting"; accept; };

     interface "eth*" {
        port 1520;
        update time 12;
        garbage time 60;
        metric 3;
        mode multicast;
        authentication cryptographic;
        password "secret-shared-key" { algorithm hmac sha256; };
     };
}

-- 
Elen sila lumenn' omentielvo

Ondrej 'Santiago' Zajicek (email: santi...@crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."

Attachment: signature.asc
Description: Digital signature

Reply via email to