summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-12-17 15:47:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-12-17 15:47:31 +0000
commitb2701fd362ceebffe0d56693f8c31c761b55dbe4 (patch)
tree415ac2c8f54a71117e26155a67bb92e5769d0edc /usr.sbin
parent88bbd69c04b4f268b59eb0580c946ba3dd01666a (diff)
sort;
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ripd/ripd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ripd/ripd.conf.5 b/usr.sbin/ripd/ripd.conf.5
index f379b409814..d77609d008c 100644
--- a/usr.sbin/ripd/ripd.conf.5
+++ b/usr.sbin/ripd/ripd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ripd.conf.5,v 1.8 2008/12/17 14:19:39 michele Exp $
+.\" $OpenBSD: ripd.conf.5,v 1.9 2008/12/17 15:47:30 jmc Exp $
.\"
.\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
.\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -194,6 +194,9 @@ The default is
.Ic none .
Simple authentication uses a plaintext password, up to 16 characters.
Crypt authentication uses an MD5 hash.
+.It Ic cost Ar number
+Cost of the network connected through this interface.
+Values must be between 1 and 16, inclusive.
.It Ic demote Ar group
Increase the
.Xr carp 4
@@ -202,9 +205,6 @@ demotion counter by 1 on the given interface group, usually
when the interface state is going down.
The demotion counter will be decreased when the interface
state is active again.
-.It Ic cost Ar number
-Cost of the network connected through this interface.
-Values must be between 1 and 16, inclusive.
.It Ic passive
Prevent transmission and reception of RIP packets on this interface.
.El