Commit 972e2f37 authored by Franco Fichtner's avatar Franco Fichtner

rc: load vital modules on kernel boot

parent 07401e58
# Vital modules that are not in FreeBSD generic
# will be loaded on boot, which makes races with
# settings impossible as the kernel boots up
# in a consistent way as it looks like all the
# modules were compiled into the kernel.
carp_load="YES"
if_bridge_load="YES"
if_enc_load="YES"
if_gif_load="YES"
if_gre_load="YES"
if_lagg_load="YES"
if_sft_load="YES"
if_tap_load="YES"
if_tun_load="YES"
if_vlan_load="YES"
pf_load="YES"
pflog_load="YES"
pfsync_load="YES"
# The netgraph(4) framework is loaded here
# for backwards compat with the pre-16.7
# kernel configuration that compiled all of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment