diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2010-01-08 01:14:34 +0100 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2010-01-08 01:14:34 +0100 |
commit | 538dd2e486c3cc95ffebbdf73c934ddc71d70e09 (patch) | |
tree | 1285d07d08147ba93cbeafe8d39c0e4b1813d9d2 /doc | |
parent | 5f47fd85e341d94e2cbf46801cc14be06fb65dd8 (diff) | |
download | bird-538dd2e486c3cc95ffebbdf73c934ddc71d70e09.tar bird-538dd2e486c3cc95ffebbdf73c934ddc71d70e09.zip |
Cryptographic auth can be used also on virtual links.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 3c58e76..c7d8b79 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>"; }; }; |