This patch is missing a Signed-off-by line. On Mon, Apr 27, 2020 at 2:02 PM Dominique Martinet <[email protected]> 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?
