CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/19 05:37:20
Modified files:
sys/net : if_vxlan.c
Log message:
In an ideal world, we would use splsoftnet() for all the interface
configuration steps. But vxlan(4) has to configure the link state and
address hooks of a parent interface that potentially need splnet().
So revert everything back to use splnet() for now.
Discussed with mpi@
