Date: Thu, 7 Jun 2001 06:09:27 -0700 (PDT) From: Yar Tikhiy <yar@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_gif.c Message-ID: <200106071309.f57D9SB54619@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2001/06/07 06:09:27 PDT
Modified files: (Branch: RELENG_4)
sys/net if_gif.c
Log:
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 <horape@compendium.com.ar>
Revision Changes Path
1.4.2.3 +6 -3 src/sys/net/if_gif.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106071309.f57D9SB54619>
