]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
wg-quick: bring interface up while setting MTU
authorAaron Jones <aaronmdjones@gmail.com>
Sun, 16 Dec 2018 21:04:02 +0000 (21:04 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 18 Dec 2018 13:41:27 +0000 (14:41 +0100)
commit48a31572f199d6c6ac9eeed1015374bb9bbf258b
treeb39786ce333751962c64e067369bf4c664da37bc
parent586b466394fb5f9ffba170f8ba1efc5e9bef7653
wg-quick: bring interface up while setting MTU

This avoids another ip(8) invocation for little benefit.
Confirmed to work with iproute2 and busybox.

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