diff options
author | paul <paul> | 2004-05-26 23:31:11 +0000 |
---|---|---|
committer | paul <paul> | 2004-05-26 23:31:11 +0000 |
commit | 152f4a80026262c0a87bea408410b5a534f3f80e (patch) | |
tree | 2e04f120d01e092aadcebd7ed7089da3adbdca66 /doc | |
parent | 538621f2f80ced838048fa7402e57face3b224a5 (diff) |
2004-05-27 Paul Jakma <paul@dishone.st>
* Correct RIP port, s/521/520/, reported by xantius@xantius.com
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ripd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ripd.texi b/doc/ripd.texi index 060b2474..31c21f79 100644 --- a/doc/ripd.texi +++ b/doc/ripd.texi @@ -41,7 +41,7 @@ The default configuration file name of @command{ripd}'s is @value{INSTALL_PREFIX_ETC}. If @file{ripd.conf} is not there next search current directory. -RIP uses UDP port 521 to send and receive RIP packets. So the user must have +RIP uses UDP port 520 to send and receive RIP packets. So the user must have the capability to bind the port, generally this means that the user must have superuser privileges. RIP protocol requires interface information maintained by @command{zebra} daemon. So running @command{zebra} |