summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2012-04-03 18:11:30 +0000
committerglebius <glebius@FreeBSD.org>2012-04-03 18:11:30 +0000
commit9fbf69312ff38418cb89b034bfe7e099c58a791b (patch)
tree988cad658ef753546372106ea17f1c159306777a /sbin/ifconfig
parent58a0adbc293bf9bcf911d5055f95ebb5278ea654 (diff)
downloadFreeBSD-src-9fbf69312ff38418cb89b034bfe7e099c58a791b.zip
FreeBSD-src-9fbf69312ff38418cb89b034bfe7e099c58a791b.tar.gz
Document syncdev, syncpeer and defer keywords for
pfsync(4) interfaces.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r--sbin/ifconfig/ifconfig.820
1 files changed, 19 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index eed4c59..f8a4838 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -28,7 +28,7 @@
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
.\" $FreeBSD$
.\"
-.Dd March 7, 2012
+.Dd April 3, 2012
.Dt IFCONFIG 8
.Os
.Sh NAME
@@ -2380,10 +2380,28 @@ The following parameters are specific to
.Xr pfsync 4
interfaces:
.Bl -tag -width indent
+.It Cm syncdev Ar iface
+Use the specified interface
+to send and receive pfsync state synchronisation messages.
+.It Fl syncdev
+Stop sending pfsync state synchronisation messages over the network.
+.It Cm syncpeer Ar peer_address
+Make the pfsync link point-to-point rather than using
+multicast to broadcast the state synchronisation messages.
+The peer_address is the IP address of the other host taking part in
+the pfsync cluster.
+.It Fl syncpeer
+Broadcast the packets using multicast.
.It Cm maxupd Ar n
Set the maximum number of updates for a single state which
can be collapsed into one.
This is an 8-bit number; the default value is 128.
+.It Cm defer
+Defer transmission of the first packet in a state until a peer has
+acknowledged that the associated state has been inserted.
+.It Fl defer
+Do not defer the first packet in a state.
+This is the default.
.El
.Pp
The following parameters are specific to
OpenPOWER on IntegriCloud