From 68bd2e6a762713d9c878f01f3eaed604d9e149f2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 6 Aug 2024 01:37:44 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- host/make.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/host/make.sh b/host/make.sh index 1fda86d..21bd6f3 100755 --- a/host/make.sh +++ b/host/make.sh @@ -86,13 +86,16 @@ if xreadYes "# Create bridges?" BRIDGES ; then BRIDGES="$(\ cat bridges.tpl \ - | expandPCTTemplate WAN_PORT ADMIN_PORT)" + | expandPCTTemplate \ + LAN_BRIDGE WAN_BRIDGE ADMIN_BRIDGE \ + WAN_PORT ADMIN_PORT \ + HOST_ADMIN_IP GATE_ADMIN_IP)" if [ -z "$DRY_RUN" ] ; then # XXX add $BRIDGES to /etc/network/interfaces either before the # source command or at the end... # XXX - echo + echo "$BRIDGES" >> /etc/network/interfaces.new fi if reviewApplyChanges /etc/network/interfaces ; then