From ba2a9722009cba7fde460bce96b3ffa354f51015 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 5 Aug 2020 17:57:26 +0200 Subject: [PATCH] use first address of subnet --- templates/profiles/hetzner_server.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/profiles/hetzner_server.j2 b/templates/profiles/hetzner_server.j2 index eec6c8e..ee3bcad 100644 --- a/templates/profiles/hetzner_server.j2 +++ b/templates/profiles/hetzner_server.j2 @@ -13,7 +13,7 @@ iface eth0 inet static pointopoint {{hetzner_server_gateway}} iface eth0 inet6 static - address {{hetzner_server_main_ipv6}} + address {{ hetzner_server_ipv6_subnet | ipaddr('1') | ipv6('address') }} netmask 128 gateway fe80::1