From 47dce16434c7dc05b16e6774988d2d76cdc3114d Mon Sep 17 00:00:00 2001 From: Trumeet Date: Mon, 29 Mar 2021 23:14:36 -0700 Subject: fix(central): showconf: use /128 for non-ll ipv6 --- central/src/main/resources/manage/showconf.ftlh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central/src/main/resources/manage/showconf.ftlh b/central/src/main/resources/manage/showconf.ftlh index 2ef1947..04e3088 100644 --- a/central/src/main/resources/manage/showconf.ftlh +++ b/central/src/main/resources/manage/showconf.ftlh @@ -55,7 +55,7 @@ <#if peer_link_local> PostUp = ip addr add dev <Your WireGuard interface name> ${peer_ipv6}/64 <#else> - PostUp = ip addr add dev <Your WireGuard interface name> ${peer_ipv6}/64 peer ${ipv6}/64 + PostUp = ip addr add dev <Your WireGuard interface name> ${peer_ipv6}/128 peer ${ipv6}/128 Table = off -- cgit v1.2.3