From 31578dcb9f1f2899e61f24be55ea42b0736e6dbc Mon Sep 17 00:00:00 2001 From: norbey <ngyimesi@sch.bme.hu> Date: Wed, 2 Aug 2023 16:29:02 +0200 Subject: [PATCH] Removed bridge comments --- templates/interfaces.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/interfaces.j2 b/templates/interfaces.j2 index 33a53e8..0489641 100644 --- a/templates/interfaces.j2 +++ b/templates/interfaces.j2 @@ -84,7 +84,6 @@ iface {{ bridge1_name }} inet static bridge-stp off bridge-fd 0 mtu 9000 -#Bridge interface for interconnection between nodes 1 and 2 auto {{ bridge2_name }} iface {{ bridge2_name }} inet static @@ -93,6 +92,5 @@ iface {{ bridge2_name }} inet static bridge-stp off bridge-fd 0 mtu 9000 -#Bridge interface for interconnection between nodes 1 and 3 source /etc/network/interfaces.d/* -- GitLab