From 1f01f637bc0873d759bf5feec3a25495eed5bc83 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 14:07:40 +0300 Subject: [PATCH] more tweaks... Signed-off-by: Alex A. Naanou --- host/make.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/host/make.sh b/host/make.sh index 9d824f5..0e6e333 100755 --- a/host/make.sh +++ b/host/make.sh @@ -36,8 +36,8 @@ SOFTWARE=( ) # XXX -#BRIDGES_TPL=bridges.tpl -BRIDGES_TPL=bootstrap-bridges.tpl +BRIDGES_TPL=bridges.tpl +#BRIDGES_TPL=bootstrap-bridges.tpl # XXX #readVars @@ -48,7 +48,9 @@ BRIDGES_TPL=bootstrap-bridges.tpl if ! [ -z $BOOTSTRAP_CLEAN ] ; then # XXX switch admin interface IP and Gateway to admin net... - # current ip -> $HOST_ADMIN_IP + # update ADMIN_BRIDGE: + # - set gateway + # - set bridge port to admin port # XXX exit fi @@ -59,7 +61,7 @@ fi if ! [ -z $BOOTSTRAP ] ; then # XXX - BRIDGES_TPL=bootstrap-bridges.tpl + #BRIDGES_TPL=bootstrap-bridges.tpl true fi