16 lines
629 B
Plaintext
16 lines
629 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# This file is read when going to multi-user and its contents piped thru
|
|
# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
|
|
#
|
|
|
|
# Uncomment this to prevent users from seeing information about processes that
|
|
# are being run under another UID.
|
|
#security.bsd.see_other_uids=0
|
|
vfs.zfs.min_auto_ashift=12
|
|
|
|
net.inet.ip.forwarding=1 # Enable IP forwarding between interfaces
|
|
net.link.bridge.pfil_onlyip=0 # Only pass IP packets when pfil is enabled
|
|
net.link.bridge.pfil_bridge=0 # Packet filter on the bridge interface
|
|
net.link.bridge.pfil_member=0 # Packet filter on the member interface
|