From owner-svn-src-head@FreeBSD.ORG Fri Oct 12 09:32:39 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 12B65F14; Fri, 12 Oct 2012 09:32:39 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F0C7C8FC0C; Fri, 12 Oct 2012 09:32:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9C9WcBf077029; Fri, 12 Oct 2012 09:32:38 GMT (envelope-from glebius@svn.freebsd.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9C9WcpF077027; Fri, 12 Oct 2012 09:32:38 GMT (envelope-from glebius@svn.freebsd.org) Message-Id: <201210120932.q9C9WcpF077027@svn.freebsd.org> From: Gleb Smirnoff Date: Fri, 12 Oct 2012 09:32:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241481 - head/sys/netinet X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2012 09:32:39 -0000 Author: glebius Date: Fri Oct 12 09:32:38 2012 New Revision: 241481 URL: http://svn.freebsd.org/changeset/base/241481 Log: Revert fixup of ip_len from r241480. Now stack isn't yet ready for that change. Modified: head/sys/netinet/ip_options.c Modified: head/sys/netinet/ip_options.c ============================================================================== --- head/sys/netinet/ip_options.c Fri Oct 12 09:24:24 2012 (r241480) +++ head/sys/netinet/ip_options.c Fri Oct 12 09:32:38 2012 (r241481) @@ -472,7 +472,6 @@ ip_stripoptions(struct mbuf *m) m->m_pkthdr.len -= olen; ip->ip_v = IPVERSION; ip->ip_hl = sizeof(struct ip) >> 2; - ip->ip_len -= olen; } /*