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)"