From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH iptables] extensions: libxt_tcpmss: Add test case for invalid ranges. Date: Thu, 30 Nov 2017 15:04:02 +0100 Message-ID: <20171130140402.GB6559@salvia> References: <20171130134806.21737-1-rvarsha016@gmail.com> <20171130134806.21737-2-rvarsha016@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Varsha Rao Return-path: Received: from mail.us.es ([193.147.175.20]:43074 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbdK3OEH (ORCPT ); Thu, 30 Nov 2017 09:04:07 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id C38D8303D02 for ; Thu, 30 Nov 2017 15:04:05 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id A889ADA872 for ; Thu, 30 Nov 2017 15:04:05 +0100 (CET) Content-Disposition: inline In-Reply-To: <20171130134806.21737-2-rvarsha016@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Nov 30, 2017 at 07:18:06PM +0530, Varsha Rao wrote: > This patch adds test case for invalid MSS range. Also applied, thanks.