summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2007-04-10 16:42:14 +0000
committerkeramida <keramida@FreeBSD.org>2007-04-10 16:42:14 +0000
commit9de00d802e8f251b8cc85316e0b13c89ca7b283b (patch)
tree661a7cc9dd4e0dd6ed1d68988851413c696de539 /etc/defaults
parent922d6e13fa2f0f3f7fdb5aa9e7c14de9aa802970 (diff)
downloadFreeBSD-src-9de00d802e8f251b8cc85316e0b13c89ca7b283b.zip
FreeBSD-src-9de00d802e8f251b8cc85316e0b13c89ca7b283b.tar.gz
Add a pfsync_syncpeer option to /etc/defaults/rc.conf and rc.conf(5),
which can be used to turn off multicast pfsync support, and enable the transmission of directed PFSYNC (IP protocol: 240) packets to a specific "sync peer" host. PR: conf/111225 Submitted by: Bas van Beek <bas@tobin.nl> Approved by: mtm, mlaier MFC after: 2 weeks
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index af35675..e2aa99b 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -156,6 +156,7 @@ pflog_program="/sbin/pflogd" # where the pflogd program lives
pflog_flags="" # additional flags for pflogd
pfsync_enable="NO" # Expose pf state to other hosts for syncing
pfsync_syncdev="" # Interface for pfsync to work through
+pfsync_syncpeer="" # IP address of pfsync peer host
pfsync_ifconfig="" # Additional options to ifconfig(8) for pfsync
tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions.
log_in_vain="0" # >=1 to log connects to ports w/o listeners.
OpenPOWER on IntegriCloud