Invalid example for RIPv2 in User's Guide
Ondrej Zajicek
santiago at crfreenet.org
Fri Feb 17 13:47:00 CET 2017
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: santiago at 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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20170217/9a876ada/attachment.asc>
More information about the Bird-users
mailing list