CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/01/22 02:05:06
Modified files:
sys/net : if_vxlan.c
Log message:
Do not call ip_output() recursively in vxlan_start().
ip_output() currently needs the NET_LOCK() which is not held when an
interface is added to a pf(4) queue.
Fix an issue reported by Jason Tubnor, ok dlg@
