summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorHakan Olsson <ho@cvs.openbsd.org>2005-05-26 19:40:21 +0000
committerHakan Olsson <ho@cvs.openbsd.org>2005-05-26 19:40:21 +0000
commit353d41f2060a8472ece65919c30a3f1bac3aa9a9 (patch)
treec3764dba32d02ea169bbed57ac081eb865ef41cc /usr.sbin
parentf89f4361261962cfcd08c678cfa2293a2dcf6021 (diff)
Document 'flushmode'
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sasyncd/sasyncd.conf.523
1 files changed, 22 insertions, 1 deletions
diff --git a/usr.sbin/sasyncd/sasyncd.conf.5 b/usr.sbin/sasyncd/sasyncd.conf.5
index 3cc141d45ec..17e16a90b40 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.6 2005/05/24 19:18:11 ho Exp $
+.\" $OpenBSD: sasyncd.conf.5,v 1.7 2005/05/26 19:40:20 ho Exp $
.\"
.\" Copyright (c) 2005 Håkan Olsson. All rights reserved.
.\"
@@ -70,6 +70,26 @@ should track master/slave state on.
Optionally state how often the daemon should check the interface
for state changes.
Defaults to once every 10 seconds.
+.It Ic flushmode sync | startup | never
+Controls how the
+.Xr sasyncd 8
+master host handles SADB_FLUSH messages to it's slaves.
+.Pp
+.Bl -tag -width 2n -offset -indent -compact
+.It Ic sync
+Pass any SADB_FLUSH messages along. For example, in this mode
+.Xr sasyncd 8
+will synchronize an
+.Do Ic ipsecadm flush Dc
+command to all connected slaves. For more information, see
+.Xr ipsecadm 8 .
+.It Ic startup
+Send a SADB_FLUSH message to the slaves as they connect, and act as
+.Ic sync
+afterwards. This is the default.
+.It Ic never
+Never send SADB_FLUSH messages.
+.El
.It Xo
.Ic listen on Ar address
.Op Ar family
@@ -117,6 +137,7 @@ bytes long (corresponding to AES using a 128, 192 or 256 bit key).
.Xr chmod 1 ,
.Xr carp 4 ,
.Xr chown 8 ,
+.Xr ipsecadm 8 ,
.Xr sasyncd 8
.Sh HISTORY
The