In route_init(), call netmsg_service_port_init(); mainly to register route
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 20 Oct 2008 12:22:24 +0000 (12:22 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 20 Oct 2008 12:22:24 +0000 (12:22 +0000)
commit2d1bb9fe5356f607619c8beb52ee0969f7cf40bb
tree94845e2b74ecdfd5609b5a413589ab4e4484b815
parentf0cc8c84894d5c08e507491599a608c8f6a2d943
In route_init(), call netmsg_service_port_init(); mainly to register route
thread's msgport for netmsg_service_sync(), since route threads also do
network output during arp input processing.
sys/net/route.c