From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v2 1/2] netfilter: use fwmark_reflect in nf_send_reset Date: Mon, 9 Jan 2017 17:56:45 +0100 Message-ID: <20170109165645.GA25948@salvia> References: <1481882607-461-1-git-send-email-pau.espin@tessares.net> <20170106193328.24272-1-pau.espin@tessares.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org, pespin.shar@gmail.com, Lorenzo Colitti To: Pau Espin Pedrol Return-path: Received: from mail.us.es ([193.147.175.20]:44430 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162750AbdAIQ4u (ORCPT ); Mon, 9 Jan 2017 11:56:50 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 761E813C0C0 for ; Mon, 9 Jan 2017 17:56:48 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 5A4C39D6A1 for ; Mon, 9 Jan 2017 17:56:48 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 3F9589D691 for ; Mon, 9 Jan 2017 17:56:46 +0100 (CET) Content-Disposition: inline In-Reply-To: <20170106193328.24272-1-pau.espin@tessares.net> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Jan 06, 2017 at 08:33:27PM +0100, Pau Espin Pedrol wrote: > Otherwise, RST packets generated by ipt_REJECT always have mark 0 when > the routing is checked later in the same code path. Applied to my nf tree, thanks Pau.