From owner-cvs-all Thu Oct 26 6:14:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79CDE37B4C5; Thu, 26 Oct 2000 06:14:49 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA67176; Thu, 26 Oct 2000 06:14:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200010261314.GAA67176@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 26 Oct 2000 06:14:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/10/26 06:14:49 PDT Modified files: sys/netinet ip_input.c Log: RFC 791 says that IP_RF bit should always be zero, but nothing in the code enforces this. So, do not check for and attempt a false reassembly if only IP_RF is set. Also, removed the dead code, since we no longer use dtom() on return from ip_reass(). Revision Changes Path 1.146 +30 -53 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message