diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-12 13:39:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-09-12 13:39:38 +0000 |
commit | 1af12ea4a0042013d91b4cfde49bfe3a652444a2 (patch) | |
tree | e3cb280e5ed3295ac219931b8ef13c183bf9f73b /usr.sbin | |
parent | e2134565a56e75f633df29579db1675fb95aafd1 (diff) |
for apps which use interface groups, point to the section of
ifconfig(8) where they are explained;
ok mcbride mpf henning
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 10 | ||||
-rw-r--r-- | usr.sbin/sasyncd/sasyncd.conf.5 | 8 |
2 files changed, 15 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 83aee63f658..b07f74eb980 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.75 2006/08/31 18:44:48 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.76 2006/09/12 13:39:37 jmc Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -424,7 +424,7 @@ announced and processed. .It Ic demote Ar group Increase the .Xr carp 4 -demotion counter on the given group, usually +demotion counter on the given interface group, usually .Ar carp , when the session is not in state .Em ESTABLISHED . @@ -438,6 +438,12 @@ the session has been .Em ESTABLISHED at least once before dropping. .Pp +For more information on interface groups, +see the +.Ic group +keyword in +.Xr ifconfig 8 . +.Pp .It Ic depend on Ar interface The neighbor session will be kept in state .Em IDLE diff --git a/usr.sbin/sasyncd/sasyncd.conf.5 b/usr.sbin/sasyncd/sasyncd.conf.5 index 87a45dabc62..ad5058da995 100644 --- a/usr.sbin/sasyncd/sasyncd.conf.5 +++ b/usr.sbin/sasyncd/sasyncd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sasyncd.conf.5,v 1.13 2006/06/03 15:03:29 jmc Exp $ +.\" $OpenBSD: sasyncd.conf.5,v 1.14 2006/09/12 13:39:37 jmc Exp $ .\" .\" Copyright (c) 2005 Håkan Olsson. All rights reserved. .\" @@ -79,6 +79,12 @@ preemption while the system boots. The default is to use the .Dq carp group. +.Pp +For more information on interface groups, +see the +.Ic group +keyword in +.Xr ifconfig 8 . .It Ic flushmode sync | startup | never Controls how the .Xr sasyncd 8 |