Schedule ipfw_tick() to IPFW_CFGPORT to run, this function is too time
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 26 Sep 2008 12:12:36 +0000 (12:12 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 26 Sep 2008 12:12:36 +0000 (12:12 +0000)
commitac5988d6f0c30234463ad7d5fd5a0a7c3a32a540
treee69f2eef1954fca20cb9616db2da1c4f02be1412
parent6e46c9658863cdf1aff72dcb466098ac36d571e2
Schedule ipfw_tick() to IPFW_CFGPORT to run, this function is too time
consuming and complex to run in callout thread.

Use MPSAFE callout after above change.
sys/net/ipfw/ip_fw2.c
sys/net/ipfw/ip_fw2.h