Dispatch ipfw control to netisr0. To avoid possible dangling netmsg handler,
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 28 Jul 2008 15:07:28 +0000 (15:07 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 28 Jul 2008 15:07:28 +0000 (15:07 +0000)
commitaed810cb4cb4886fbc44598d221612ed4ddecf99
tree10dbb7fdc6516b01a6de940fb9e63b01710fc43b
parent2930a9971d474302845628d59ebef35ece9a5e92
Dispatch ipfw control to netisr0.  To avoid possible dangling netmsg handler,
create ip_fw2_glue.c, which will be built if inet is built.  IPFW_LOADED is
checked again after netmsg's handler is running, since ipfw unload netmsg may
be processed before this ipfw control netmsg.
sys/conf/files
sys/net/ipfw/ip_fw2.c
sys/net/ipfw/ip_fw2.h
sys/net/ipfw/ip_fw2_glue.c [new file with mode: 0644]
sys/netinet/raw_ip.c