aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-03-30 21:42:47 -0700
committerTrumeet <yuuta@yuuta.moe>2021-03-30 21:42:47 -0700
commit53706a97fd987036f2dd655ba3257273bb8d307e (patch)
treeb11914cd40a182f2f104e78891375ba90803f635
parent47dce16434c7dc05b16e6774988d2d76cdc3114d (diff)
downloaddn42peering-53706a97fd987036f2dd655ba3257273bb8d307e.tar
dn42peering-53706a97fd987036f2dd655ba3257273bb8d307e.tar.gz
dn42peering-53706a97fd987036f2dd655ba3257273bb8d307e.tar.bz2
dn42peering-53706a97fd987036f2dd655ba3257273bb8d307e.zip
fix(central): move % out of <b>
-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 04e3088..7414958 100644
--- a/central/src/main/resources/manage/showconf.ftlh
+++ b/central/src/main/resources/manage/showconf.ftlh
@@ -34,7 +34,7 @@
</#if>
<#if peer_ipv6??>
protocol bgp dn42_<b>&lt;Custom Name&gt;</b>_v6 from dnpeers {
- neighbor ${ipv6}<#if peer_link_local><b>%&lt;Your WireGuard interface name&gt</b>;</#if> as ${asn};
+ neighbor ${ipv6}<#if peer_link_local>%<b>&lt;Your WireGuard interface name&gt</b>;</#if> as ${asn};
direct;
}
</#if>