Development discussion of WireGuard
 help / color / mirror / Atom feed
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
To: Dominique Martinet <asmadeus@codewreck.org>
Cc: WireGuard mailing list <wireguard@lists.zx2c4.com>
Subject: Re: [RFC PATCH] wg-quick: linux: raise priority for mangle nft chain
Date: Mon, 27 Apr 2020 18:04:07 -0600	[thread overview]
Message-ID: <CAHmME9rT_sZrp6rZJV=Jqw-7kwCgkZ2yiBYJqiunb2gibBGhOA@mail.gmail.com> (raw)
In-Reply-To: <1588008413-5667-1-git-send-email-asmadeus@codewreck.org>

This patch is missing a Signed-off-by line.

On Mon, Apr 27, 2020 at 2:02 PM Dominique Martinet
<asmadeus@codewreck.org> wrote:
> -       printf -v nftcmd '%sadd chain %s %s premangle { type filter hook prerouting priority -150; }\n' "$nftcmd" "$pf" "$nftable"
> +       printf -v nftcmd '%sadd chain %s %s premangle { type filter hook prerouting priority -160; }\n' "$nftcmd" "$pf" "$nftable"
>         printf -v nftcmd '%sadd chain %s %s postmangle { type filter hook postrouting priority -150; }\n' "$nftcmd" "$pf" "$nftable"

Should this one be -160 too?

  reply	other threads:[~2020-04-28  0:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27 17:26 Dominique Martinet
2020-04-28  0:04 ` Jason A. Donenfeld [this message]
2020-04-28  6:56   ` Dominique Martinet
2020-05-04 11:27 ` [PATCH] " Dominique Martinet
2020-06-21 21:50   ` [PATCH RESEND] " Dominique Martinet

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='CAHmME9rT_sZrp6rZJV=Jqw-7kwCgkZ2yiBYJqiunb2gibBGhOA@mail.gmail.com' \
    --to=jason@zx2c4.com \
    --cc=asmadeus@codewreck.org \
    --cc=wireguard@lists.zx2c4.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).