ipfw: Remove context generation; the race it tries to fix no longer exists
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 2 Jul 2017 18:40:20 +0000 (02:40 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 2 Jul 2017 18:41:36 +0000 (02:41 +0800)
commit5cfb918a321be2dd266f9e5f8b6c7fe6c17dde97
treef1333b3654101c10ec42c9cf144052b88a87c5f0
parent1093ca8198152f41873a8d1e4af82ccd1b7ac52a
ipfw: Remove context generation; the race it tries to fix no longer exists

It was intend to fix the race when the configuration was running in the
deleted ifnet threads; now the configuration is running in the netisrs.
sys/net/ipfw/ip_fw2.c