summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/ripd.conf.5
diff options
context:
space:
mode:
authorMichele Marchetto <michele@cvs.openbsd.org>2008-12-17 14:19:40 +0000
committerMichele Marchetto <michele@cvs.openbsd.org>2008-12-17 14:19:40 +0000
commitcf18c8ead2d515cfea800a21b448d24b89d8a8d9 (patch)
treeff1e7808f9d49e6a49717433fef45e2c0b5fde0f /usr.sbin/ripd/ripd.conf.5
parent18d0b66bfb8c173ffb0673e3dc232e6675fac5c4 (diff)
Add support for demotion counter.
When interfaces go up/down the demotion counter of the specified group is decreased/increased. ok henning@
Diffstat (limited to 'usr.sbin/ripd/ripd.conf.5')
-rw-r--r--usr.sbin/ripd/ripd.conf.512
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.sbin/ripd/ripd.conf.5 b/usr.sbin/ripd/ripd.conf.5
index 328fe0eea6c..f379b409814 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.7 2008/01/31 20:00:08 jmc Exp $
+.\" $OpenBSD: ripd.conf.5,v 1.8 2008/12/17 14:19:39 michele Exp $
.\"
.\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
.\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -18,7 +18,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 31 2008 $
+.Dd $Mdocdate: December 17 2008 $
.Dt RIPD.CONF 5
.Os
.Sh NAME
@@ -194,6 +194,14 @@ The default is
.Ic none .
Simple authentication uses a plaintext password, up to 16 characters.
Crypt authentication uses an MD5 hash.
+.It Ic demote Ar group
+Increase the
+.Xr carp 4
+demotion counter by 1 on the given interface group, usually
+.Ar carp ,
+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.