From owner-svn-src-stable-11@freebsd.org Mon Jul 2 18:42:12 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89D97103460E for ; Mon, 2 Jul 2018 18:42:12 +0000 (UTC) (envelope-from mail@fbsd.e4m.org) Received: from mail.g66.org (mail.g66.org [85.10.206.112]) by mx1.freebsd.org (Postfix) with ESMTP id E991974C09; Mon, 2 Jul 2018 18:42:11 +0000 (UTC) (envelope-from mail@fbsd.e4m.org) Received: from x590ef8d1.dyn.telefonica.de (x590ef8d1.dyn.telefonica.de [89.14.248.209]) (authenticated bits=128) by mail.g66.org (8.15.2/8.15.2) with ESMTPA id w62IgAF7062374; Mon, 2 Jul 2018 20:42:10 +0200 (CEST) (envelope-from mail@fbsd.e4m.org) Received: from stationary.client ([192.168.128.2]) by gate.local (8.15.2/8.15.2) with ESMTP id w62IgA0o014963; Mon, 2 Jul 2018 20:42:10 +0200 (CEST) (envelope-from mail@fbsd.e4m.org) Received: from submit.client ([127.0.0.1]) by voyager.local (8.15.2/8.15.2) with ESMTP id w62IgAf9003040; Mon, 2 Jul 2018 20:42:10 +0200 (CEST) (envelope-from mail@fbsd.e4m.org) Received: (from user@localhost) by voyager.local (8.15.2/8.15.2/Submit) id w62IgAqH003039; Mon, 2 Jul 2018 20:42:10 +0200 (CEST) (envelope-from mail@fbsd.e4m.org) Date: Mon, 2 Jul 2018 20:42:10 +0200 From: Andre Albsmeier To: Kristof Provost Cc: src-committers@freebsd.org, svn-src-stable-11@freebsd.org, mail@fbsd.e4m.org Subject: Re: svn commit: r335798 - in stable/11: sbin/pfctl share/man/man5 sys/netpfil/pf Message-ID: <20180702184210.GA2998@voyager> References: <201806291646.w5TGkJ6N082672@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806291646.w5TGkJ6N082672@repo.freebsd.org> User-Agent: Mutt/1.7.2 (2016-11-26) X-Virus-Scanned: clamav-milter 0.100.0 at colo X-Virus-Status: Clean X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2018 18:42:12 -0000 On Fri, 29-Jun-2018 at 16:46:19 +0000, Kristof Provost wrote: > Author: kp > Date: Fri Jun 29 16:46:19 2018 > New Revision: 335798 > URL: https://svnweb.freebsd.org/changeset/base/335798 > > Log: > MFC r335569: > > pf: Support "return" statements in passing rules when they fail. I just filed a PR regarding synproxy issues after this change: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229477 Please check (and feel free to complain if I am talking nonsense ;-)).