From a2ea30946c60e3fcd7fd579a947cb6316f24440f Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 14 Aug 2025 00:41:58 +0300 Subject: [PATCH] cleanup commanded by eaas --- proxmox/templates/network.interfaces.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/proxmox/templates/network.interfaces.j2 b/proxmox/templates/network.interfaces.j2 index c56735a..c1ac4b3 100644 --- a/proxmox/templates/network.interfaces.j2 +++ b/proxmox/templates/network.interfaces.j2 @@ -45,7 +45,6 @@ auto vmbr1 iface vmbr1 inet static address {{ primary_ipv4 }} gateway {{ primary_ipv4_gateway }} - up ip route add 193.40.103.36/30 via 172.21.3.81 dev vmbr1 iface vmbr1 inet6 static address {{ primary_ipv6 }}