mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
16 lines
370 B
Plaintext
16 lines
370 B
Plaintext
# Vital modules that are not in FreeBSD's GENERIC
|
|
# configuration will be loaded on boot, which makes
|
|
# races with individual module's settings impossible.
|
|
carp_load="YES"
|
|
if_bridge_load="YES"
|
|
if_enc_load="YES"
|
|
if_gif_load="YES"
|
|
if_gre_load="YES"
|
|
if_lagg_load="YES"
|
|
if_tap_load="YES"
|
|
if_tun_load="YES"
|
|
if_vlan_load="YES"
|
|
pf_load="YES"
|
|
pflog_load="YES"
|
|
pfsync_load="YES"
|