summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2001-12-07 18:10:49 +0100
committerOndrej Filip <feela@network.cz>2001-12-07 18:10:49 +0100
commit30c34a10797c2773a0b99e71b22f111ee2a7f980 (patch)
treee2c9a85826146b2b3448c77d64293060d03ff7fa /doc
parent8e32493c56a49f10a6949985d5b0bb4dbcbe204d (diff)
downloadbird-30c34a10797c2773a0b99e71b22f111ee2a7f980.tar
bird-30c34a10797c2773a0b99e71b22f111ee2a7f980.zip
Small bugfix in RIP documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index bfde038..dc117ac 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1331,8 +1331,8 @@ because there are no good implementations of OSPFv3.
<p>In addition to options common for all to other protocols, RIP supports the following ones:
<descrip>
- <tag/authentication none|password|md5/ selects authentication method to be used. <cf/none/ means that
- packets are not authenticated at all, <cf/password/ means that a plaintext password is embedded
+ <tag/authentication none|plaintext|md5/ selects authentication method to be used. <cf/none/ means that
+ packets are not authenticated at all, <cf/plaintext/ means that a plaintext password is embedded
into each packet, and <cf/md5/ means that packets are authenticated using a md5 cryptographic
hash. If you set authentication to not-none, it is a good idea to add <cf>passwords { }</cf>
section. Default: none.