diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-08 22:20:09 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-01-08 22:20:09 +0100 |
commit | 974363c172e026b00be5f78ec585dda1e402b6f6 (patch) | |
tree | 0a9ed20fa7e2937cad60ae4728ec00aafc337070 /doc | |
parent | 99f5fc14cd457f71973bc2264566284049ccfb2c (diff) | |
parent | 844e0f65dbab98f71f2a5631277a720613d4d7a5 (diff) | |
download | bird-974363c172e026b00be5f78ec585dda1e402b6f6.tar bird-974363c172e026b00be5f78ec585dda1e402b6f6.zip |
Merge commit 'origin/master' into new
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index c7d8b79..220ac94 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1370,7 +1370,7 @@ protocol ospf <name> { rx buffer [normal|large|<num>]; type [broadcast|nonbroadcast|pointopoint]; strict nonbroadcast <switch>; - authentication [none|simple|cryptographics]; + authentication [none|simple|cryptographic]; password "<text>"; password "<text>" { id <num>; @@ -1390,7 +1390,7 @@ protocol ospf <name> { wait <num>; dead count <num>; dead <num>; - authentication [none|simple|cryptographics]; + authentication [none|simple|cryptographic]; password "<text>"; }; }; |