aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-03-29 23:14:36 -0700
committerTrumeet <yuuta@yuuta.moe>2021-03-29 23:14:36 -0700
commit47dce16434c7dc05b16e6774988d2d76cdc3114d (patch)
treecbb814b1618b46acd7237eeb17063917bccfd490
parent337d91e2e0c1f835068217582f3b173e55d9f2da (diff)
downloaddn42peering-47dce16434c7dc05b16e6774988d2d76cdc3114d.tar
dn42peering-47dce16434c7dc05b16e6774988d2d76cdc3114d.tar.gz
dn42peering-47dce16434c7dc05b16e6774988d2d76cdc3114d.tar.bz2
dn42peering-47dce16434c7dc05b16e6774988d2d76cdc3114d.zip
fix(central): showconf: use /128 for non-ll ipv6v1.9
-rw-r--r--central/src/main/resources/manage/showconf.ftlh2
1 files changed, 1 insertions, 1 deletions
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 <b>&lt;Your WireGuard interface name&gt</b> ${peer_ipv6}/64
<#else>
- PostUp = ip addr add dev <b>&lt;Your WireGuard interface name&gt</b> ${peer_ipv6}/64 peer ${ipv6}/64
+ PostUp = ip addr add dev <b>&lt;Your WireGuard interface name&gt</b> ${peer_ipv6}/128 peer ${ipv6}/128
</#if>
</#if>
Table = off