K 10 svn:author V 3 yar K 8 svn:date V 27 2001-06-07T13:09:27.000000Z K 7 svn:log V 405 MFC rev. 1.9: First, wrap the if_up() call into splimp()/splx() because if_up() must be called at splnet or higher. Second, set the IFF_RUNNING flag on an interface after its resources (i.e. tunnel source and destination addresses) have been set. Note that we don't set IFF_UP because it is if_up()'s job to do that. PR: kern/27851 Submitted by: Horacio J. PeÓa END