All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Patrick Rohr <prohr@google.com>
Cc: "David S . Miller" <davem@davemloft.net>,
	"Linux Network Development Mailing List" <netdev@vger.kernel.org>,
	"Maciej Żenczykowski" <maze@google.com>,
	"Lorenzo Colitti" <lorenzo@google.com>,
	"David Ahern" <dsahern@kernel.org>
Subject: Re: [net-next v2] net: change accept_ra_min_rtr_lft to affect all RA lifetimes
Date: Fri, 28 Jul 2023 13:32:50 -0700	[thread overview]
Message-ID: <20230728133250.1aff0f95@kernel.org> (raw)
In-Reply-To: <20230726230701.919212-1-prohr@google.com>

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

  parent reply	other threads:[~2023-07-28 20:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-26 23:07 [net-next v2] net: change accept_ra_min_rtr_lft to affect all RA lifetimes Patrick Rohr
2023-07-27 12:23 ` Simon Horman
2023-07-27 12:38   ` Maciej Żenczykowski
2023-07-27 12:45     ` Simon Horman
2023-07-27 12:51 ` Maciej Żenczykowski
2023-07-27 15:24 ` David Ahern
2023-07-28 20:32 ` Jakub Kicinski [this message]
2023-07-28 20:40 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230728133250.1aff0f95@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=lorenzo@google.com \
    --cc=maze@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=prohr@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.