HomeFreeBSD

ipfilter: Load optionlist prior to ippool invocation

Description

ipfilter: Load optionlist prior to ippool invocation

As a safety precaution df381bec2d2b limits ippool hash table size to 1K.
This causes any legitimely large hash table to fail to load. The
htable_size_max ipf tuneable adjusts this but the adjustment is made
in the ipfilter rc script, invoked after the ippool script (because it
depends on ippool). Let's load the ipfilter_optionlist in ippool as well.
ipfilter_optionlist load will also occur in the ipfilter rc script in case
the user uses ipfilter without ippool.

Fixes: df381bec2d2b

(cherry picked from commit d5d005e9bf4933d5680dd0bb5d42bdf440122aa4)

Details

Provenance
cyAuthored on Wed, Nov 26, 7:40 PM
Parents
rG1630af436a61: vmm: Fix a deadlock between vm_smp_rendezvous() and vcpu_lock_all()
Branches
Unknown
Tags
Unknown