Received: by mail.netbsd.org (Postfix, from userid 605) id 44F4F85F59; Wed, 20 Jan 2016 22:11:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C300F85F57 for ; Wed, 20 Jan 2016 22:11:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lkjaepXP8eT5 for ; Wed, 20 Jan 2016 22:11:23 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6571584CEF for ; Wed, 20 Jan 2016 22:11:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F9FBFBB7; Wed, 20 Jan 2016 22:11:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 20 Jan 2016 22:11:23 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/sys/external/bsd/ipf/netinet To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20160120221123.5F9FBFBB7@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: riastradh Date: Wed Jan 20 22:11:23 UTC 2016 Modified Files: src/sys/external/bsd/ipf/netinet: ip_fil_netbsd.c Log Message: Pass the requisite number of arguments to ip_output from ipf. Fortunately the last argument, struct socket *so, is used only when flags includes IP_DF (0x4000), which is not the case here -- we pass IP_FORWARDING (0x0001). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/ipf/netinet/ip_fil_netbsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.