From c7b208305c5fcd1fbcbe9642756e27b2ea79b068 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Tue, 27 Dec 2022 20:25:53 -0700 Subject: [PATCH] Update tinc-up.tmpl --- tinc/tinc-up.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinc/tinc-up.tmpl b/tinc/tinc-up.tmpl index c613524..f72ac7a 100644 --- a/tinc/tinc-up.tmpl +++ b/tinc/tinc-up.tmpl @@ -2,7 +2,7 @@ sysctl -w net.ipv6.conf.\$INTERFACE.disable_ipv6=1 || echo "[WARNING] IPv6 couldn't be disabled on the \$INTERFACE interface!" {{ if len "${internal_address6:-}" }} -ifconfig ${internal_interface} ${internal_address6} +ifconfig ${internal_interface} ${internal_address6}/${internal_mask6:-128} {{ end }}