]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
wg-quick: linux: support older nft(8)
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 10 Dec 2019 21:51:40 +0000 (22:51 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 12 Dec 2019 11:24:05 +0000 (12:24 +0100)
commit45417c5c0d20afb347a2daff186299c06af646e5
tree1d44cbc090d3c9327ac60c654ecbfee3fd173acc
parenta863be0148345f879a17440462e213e8d7d576fd
wg-quick: linux: support older nft(8)

Older nft(8), such as that on Ubuntu, does not accept the - parameter to
the -f argument and doesn't accept symbolic priority names. So instead
use the canonical numeric priority forms and use <(echo) instead of -.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/wg-quick/linux.bash