From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D13A328ED for ; Fri, 28 Jul 2023 20:32:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E913AC433C8; Fri, 28 Jul 2023 20:32:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690576371; bh=frhPHiRfpPqYZf6uuoHT7JY6orxZUIkWA3ezy0Z94dM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sr1qNV7jjIF/TSagRPlD3ltbrxwjXbyzLVCaXTtkCc3VEmrJBKHaq0P/fA57/gsXu 34s08kzGSJUAFGrRGQdAPB4NKQ7l9sVGbU5yH0MmAHvaHMervv/6vso6sg7oYg9yBd u+/7ihud9aBRzdZv0FE1ss5udOyefWGDj0unDa9ADKGk5xfAkVYhkIZeSOAq7J4A8U UhbzioJloaUGpYMkBMuTqoAyKeb9kVR2q7qvfpxfAYDpZdgl73bThbWNARCOcI1Zbt KWQuclI0w9qIExSaaRfwBvH3O5FjC/7j1CjG3bo9a/JRWjtpac5MK0x3wQ8DTK4ta1 WkYEiqe3CMPLQ== Date: Fri, 28 Jul 2023 13:32:50 -0700 From: Jakub Kicinski To: Patrick Rohr Cc: "David S . Miller" , Linux Network Development Mailing List , "Maciej =?UTF-8?B?xbtlbmN6eWtvd3Nr?= =?UTF-8?B?aQ==?=" , Lorenzo Colitti , David Ahern Subject: Re: [net-next v2] net: change accept_ra_min_rtr_lft to affect all RA lifetimes Message-ID: <20230728133250.1aff0f95@kernel.org> In-Reply-To: <20230726230701.919212-1-prohr@google.com> References: <20230726230701.919212-1-prohr@google.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 26 Jul 2023 16:07:01 -0700 Patrick Rohr wrote: > + if (valid_lft != 0 && valid_lft < in6_dev->cnf.accept_ra_min_lft) { > + return; > + } I'll drop the superfluous brackets when applying, hope you don't mind. Otherwise some script kiddie will send us a patch to do that :| Applied, thanks! -- pw-bot: accept