From owner-cvs-src-old@FreeBSD.ORG Mon Jul 20 19:40:18 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57188106572D for ; Mon, 20 Jul 2009 19:40:18 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65EA38FC2D for ; Mon, 20 Jul 2009 19:40:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6KJeHLS088349 for ; Mon, 20 Jul 2009 19:40:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6KJeHar088348 for cvs-src-old@freebsd.org; Mon, 20 Jul 2009 19:40:17 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <200907201940.n6KJeHar088348@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Mon, 20 Jul 2009 19:40:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_input.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2009 19:40:18 -0000 rwatson 2009-07-20 19:40:09 UTC FreeBSD src repository Modified files: sys/netinet ip_input.c Log: SVN rev 195788 on 2009-07-20 19:40:09Z by rwatson Back out the moving in r195782 of V_ip_id's initialization from the top back to the bottom of ip_init() as found in 7.x. I missed the fact that the bottom half of the init routine only runs in the !VNET case. Submitted by: zec Approved by: re (vimage blanket) Revision Changes Path 1.373 +2 -1 src/sys/netinet/ip_input.c