CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/09 03:08:01
Modified files:
sys/net : if_gif.c
Log message:
Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion.
if_start() is a boundary between the network stack and drivers. The
states it modifies must be protected by the driver, so we should not
require the NET_LOCK() there.
ok bluhm@, visa@
