summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/ripd.conf.5
diff options
context:
space:
mode:
authormichele <michele@openbsd.org>2008-12-17 14:19:39 +0000
committermichele <michele@openbsd.org>2008-12-17 14:19:39 +0000
commit4d8b14b6630665f8df30f467781f65de613391cd (patch)
treef106fc7414e73812fba0b143a896671143b90c39 /usr.sbin/ripd/ripd.conf.5
parentchange the name displayed by the c-mode on the mode line to "c", (diff)
downloadwireguard-openbsd-4d8b14b6630665f8df30f467781f65de613391cd.tar.xz
wireguard-openbsd-4d8b14b6630665f8df30f467781f65de613391cd.zip
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.