[RFC PATCH] wg-quick: linux: raise priority for mangle nft chain
Jason A. Donenfeld
Jason at zx2c4.com
Tue Apr 28 02:04:07 CEST 2020
This patch is missing a Signed-off-by line.
On Mon, Apr 27, 2020 at 2:02 PM Dominique Martinet
<asmadeus at 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?
More information about the WireGuard
mailing list