summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormcbride <mcbride@openbsd.org>2006-10-26 10:26:03 +0000
committermcbride <mcbride@openbsd.org>2006-10-26 10:26:03 +0000
commit93dd8cddad1ca3414588fc931a09addcaa7eb8f0 (patch)
tree0c6e21db85c53b8bb459f65113c45efb9e047d58
parentsync (diff)
downloadwireguard-openbsd-93dd8cddad1ca3414588fc931a09addcaa7eb8f0.tar.xz
wireguard-openbsd-93dd8cddad1ca3414588fc931a09addcaa7eb8f0.zip
Document hostid.
pointed out by Pierre-Yves Ritschard.
-rw-r--r--share/man/man5/pf.conf.515
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 246ca104271..184e1320138 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.364 2006/10/25 11:36:08 henning Exp $
+.\" $OpenBSD: pf.conf.5,v 1.365 2006/10/26 10:26:03 mcbride Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -462,6 +462,19 @@ For example:
.Bd -literal -offset indent
set state-policy if-bound
.Ed
+.It Ar set hostid
+The 32 bit
+.Ar hostid
+identifies this firewall's state table entries to other firewalls
+in a pfsync failover cluster.
+By default the hostid is set to a pseudo-random value, however it may be
+desireable to manually configure it, for example to more easily identify the
+source of state table entries.
+.Pp
+.Dl set hostid 1
+.Pp
+The hostid may be specified in either decimal or hexadecimal.
+.Ed
.It Ar set require-order
By default
.Xr pfctl 8