]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commit
wg-quick: do not set explicit src route for v6 default route
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 24 Jul 2017 14:08:42 +0000 (16:08 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 24 Jul 2017 21:19:38 +0000 (23:19 +0200)
commit11204afd6fe739598475b67f450629fecb5bd6f2
treea83584e6388199dffd44cd5b94259a06200bb8cc
parent91fb17a01435bbcc101b4edf6918127af6b275f0
wg-quick: do not set explicit src route for v6 default route

This was only required because clueless network operators were trying to
route fec0::/10 globally, when that range doesn't actually have global
scope. Now that we understand the cause was operator error, we revert
the change here, so that the routing table is kept consistent.

This reverts commit 64e47de870a2f0575b5564a70e5680b48ab83ff9.

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