Small bugfix in RIP documentation.
This commit is contained in:
parent
8e32493c56
commit
30c34a1079
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
<p>In addition to options common for all to other protocols, RIP supports the following ones:
|
||||||
|
|
||||||
<descrip>
|
<descrip>
|
||||||
<tag/authentication none|password|md5/ selects authentication method to be used. <cf/none/ means that
|
<tag/authentication none|plaintext|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
|
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
|
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>
|
hash. If you set authentication to not-none, it is a good idea to add <cf>passwords { }</cf>
|
||||||
section. Default: none.
|
section. Default: none.
|
||||||
|
|
Loading…
Reference in a new issue