From owner-svn-src-head@FreeBSD.ORG Wed Jun 10 15:27:00 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14E1AC11 for ; Wed, 10 Jun 2015 15:27:00 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA0071593 for ; Wed, 10 Jun 2015 15:26:59 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by wgv5 with SMTP id 5so38593846wgv.1 for ; Wed, 10 Jun 2015 08:26:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=SpgZ8edF5F+rtdTNOiHAhqzmiaaRFVxYwml9dK2a7v8=; b=LmXJPPQyteciZ2A3r89paB9t9bygpwGt8WeKjFZET5woHJmORHpDZm9ADpqEHgkLdu 2ZeBc92e4toNdyFoSXKH8AyuocvbXDoBsR3h9st2gC1x4hpF7QpH+z9JMW4+/rC+LWzG zZLt/X4ux+WtKLuIaiP5zmX4SBSHaWjtB5yLD0XJ+3mRIZ4+UApKkCccw/ewDRYQCeF3 7IF8cfMYoohv2lRxRR4JVGOaGe+fbpyIX8cHppf/5xQP5esjEdLvrYhK6PGDfFlpWoY7 RbZLKCoP4pubqS56fQn6yJHpaAV+TyKAYjpntF4baZr+O7THtq1FgE2ICQ70UoPtyaht 9Zeg== X-Gm-Message-State: ALoCoQnShPMZOJ+HLKcbksStTbI8R5VNLVKFa8xgJKnepeY0VsBUOPbivX1xZXjitOeXZTO21Mgz MIME-Version: 1.0 X-Received: by 10.194.90.100 with SMTP id bv4mr6923550wjb.143.1433950012218; Wed, 10 Jun 2015 08:26:52 -0700 (PDT) Received: by 10.194.162.225 with HTTP; Wed, 10 Jun 2015 08:26:52 -0700 (PDT) In-Reply-To: <20150610145832.GA2301@vega.codepro.be> References: <201506101344.t5ADi4fk023661@svn.freebsd.org> <20150610145832.GA2301@vega.codepro.be> Date: Wed, 10 Jun 2015 17:26:52 +0200 Message-ID: Subject: Re: svn commit: r284222 - head/sys/netpfil/pf From: Oliver Pinter To: Kristof Provost Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 10 Jun 2015 15:27:00 -0000 On 6/10/15, Kristof Provost wrote: > On 2015-06-10 16:53:33 (+0200), Oliver Pinter > wrote: >> On 6/10/15, Kristof Provost wrote: >> > Author: kp >> > Date: Wed Jun 10 13:44:04 2015 >> > New Revision: 284222 >> > URL: https://svnweb.freebsd.org/changeset/base/284222 >> > >> > Log: >> > pf: address family must be set when creating a pf_fragment >> > >> >> This commit required to 10-STABLE too or this bug exists only in >> 11-CURRENT? If the former, you have any plan to MFC the patch? >> > This is current-only. It's a result of the work done to make pf > understand v6 fragmentation. That hasn't been merged back to 10-STABLE > yet (although I have a vague plan to do this). > Until then this isn't required in 10-STABLE. Okay! Thank you Kristof! > > Regards, > Kristof >