summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-09-12 13:39:37 +0000
committerjmc <jmc@openbsd.org>2006-09-12 13:39:37 +0000
commit484a9178b91f630bb417a8b972ac44ad89701e3e (patch)
treec350a4bcd96c8b7c37216ad4dea971f22e2de1c4
parentno need to Xr isakmpd.conf.5; (diff)
downloadwireguard-openbsd-484a9178b91f630bb417a8b972ac44ad89701e3e.tar.xz
wireguard-openbsd-484a9178b91f630bb417a8b972ac44ad89701e3e.zip
for apps which use interface groups, point to the section of
ifconfig(8) where they are explained; ok mcbride mpf henning
-rw-r--r--share/man/man5/pf.conf.57
-rw-r--r--usr.sbin/bgpd/bgpd.conf.510
-rw-r--r--usr.sbin/sasyncd/sasyncd.conf.58
3 files changed, 21 insertions, 4 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index db6a9430c01..c6dea2f5905 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.354 2006/08/31 18:44:48 jmc Exp $
+.\" $OpenBSD: pf.conf.5,v 1.355 2006/09/12 13:39:37 jmc Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -1262,6 +1262,11 @@ is skipped.
.It Ar on Aq Ar interface
This rule applies only to packets coming in on, or going out through, this
particular interface or interface group.
+For more information on interface groups,
+see the
+.Ic group
+keyword in
+.Xr ifconfig 8 .
.It Aq Ar af
This rule applies only to packets of this address family.
Supported values are
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