From: Ondrej Filip Date: Fri, 8 Jan 2010 00:14:34 +0000 (+0100) Subject: Cryptographic auth can be used also on virtual links. X-Git-Tag: v1.2.0~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=538dd2e486c3cc95ffebbdf73c934ddc71d70e09;p=thirdparty%2Fbird.git Cryptographic auth can be used also on virtual links. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 3c58e7604..c7d8b792c 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1390,7 +1390,7 @@ protocol ospf <name> { wait <num>; dead count <num>; dead <num>; - authentication [none|simple]; + authentication [none|simple|cryptographics]; password "<text>"; }; };