diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-06-19 09:43:50 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-06-19 09:43:50 +0000 |
commit | 5462419df7e3c8b138eff9e1a8e63f0b9a55adf2 (patch) | |
tree | 9ca3e52a5100c072557eb39924102c3e7c4f0863 /sbin/ifconfig/ifconfig.8 | |
parent | dcd7f7de3f1495ca73830e053ad723d1f01abc12 (diff) |
Document the defer option for pfsync(4) interfaces. ok dlg@
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index f637b8c7f11..a284ba6723c 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.180 2009/06/05 06:54:25 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.181 2009/06/19 09:43:49 sthen Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: June 5 2009 $ +.Dd $Mdocdate: June 19 2009 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -942,6 +942,7 @@ Unset the source address. .Nm ifconfig .Bk -words .Ar pfsync-interface +.Op Oo Fl Oc Cm defer .Op Cm maxupd Ar n .Op Oo Fl Oc Cm syncdev Ar iface .Op Oo Fl Oc Cm syncpeer Ar peer_address @@ -949,6 +950,15 @@ Unset the source address. .Pp The options are as follows: .Bl -tag -width Ds +.It Cm defer +Defer transmission of the first packet in a state until a peer has +acknowledged that the associated state has been inserted. +See +.Xr pfsync 4 +for more information. +.It Fl defer +Do not defer the first packet in a state. +This is the default. .It Cm maxupd Ar n If the driver is a .Xr pfsync 4 |