From 64ccc8df27f0ba0edb09a3e3bee81438a6e35db6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 15:52:19 +0300 Subject: [PATCH] fixes... Signed-off-by: Alex A. Naanou --- host/bootstrap-bridges.tpl | 2 +- host/make.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/host/bootstrap-bridges.tpl b/host/bootstrap-bridges.tpl index d0e1f2a..c976b8e 100644 --- a/host/bootstrap-bridges.tpl +++ b/host/bootstrap-bridges.tpl @@ -16,7 +16,7 @@ iface vmbr${WAN_BRIDGE} inet manual auto vmbr${ADMIN_BRIDGE} iface vmbr${ADMIN_BRIDGE} inet static address ${HOST_ADMIN_IP} - bridge-ports ${BOOTSTRAP_ADMIN_BRIDGE} + bridge-ports ${BOOTSTRAP_BRIDGE} bridge-stp off bridge-fd 0 #ADMIN diff --git a/host/make.sh b/host/make.sh index 1fdd700..ff1c66c 100755 --- a/host/make.sh +++ b/host/make.sh @@ -128,7 +128,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then BRIDGES="$(\ cat "$BRIDGES_TPL" \ | expandPCTTemplate \ - LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE \ + LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE BOOTSTRAP_BRIDGE \ WAN_PORT ADMIN_PORT BOOTSTRAP_ADMIN_PORT \ HOST_ADMIN_IP GATE_ADMIN_IP)" @@ -136,7 +136,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then || BRIDGES_BOOTSTRAP="$(\ cat "$BRIDGES_BOOTSTRAP_TPL" \ | expandPCTTemplate \ - LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE \ + LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE BOOTSTRAP_BRIDGE \ WAN_PORT ADMIN_PORT BOOTSTRAP_ADMIN_PORT \ HOST_ADMIN_IP GATE_ADMIN_IP)"