From owner-cvs-all Sun Jun 3 17:18:35 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2084937B401; Sun, 3 Jun 2001 17:18:29 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 565F06ACC0; Mon, 4 Jun 2001 09:48:27 +0930 (CST) Date: Mon, 4 Jun 2001 09:48:27 +0930 From: Greg Lehey To: Yar Tikhiy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_gif.c Message-ID: <20010604094827.N85812@wantadilla.lemis.com> References: <200106031731.f53HVBA42280@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106031731.f53HVBA42280@freefall.freebsd.org>; from yar@FreeBSD.org on Sun, Jun 03, 2001 at 10:31:11AM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, 3 June 2001 at 10:31:11 -0700, Yar Tikhiy wrote: > yar 2001/06/03 10:31:11 PDT > > Modified files: > sys/net if_gif.c > Log: > 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. Presumably this is in preparation for an MFC? splimp() and splx() are nops in -CURRENT. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message