mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +00:00
more tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
001cc8e1f4
commit
1f01f637bc
10
host/make.sh
10
host/make.sh
@ -36,8 +36,8 @@ SOFTWARE=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# XXX
|
# XXX
|
||||||
#BRIDGES_TPL=bridges.tpl
|
BRIDGES_TPL=bridges.tpl
|
||||||
BRIDGES_TPL=bootstrap-bridges.tpl
|
#BRIDGES_TPL=bootstrap-bridges.tpl
|
||||||
|
|
||||||
# XXX
|
# XXX
|
||||||
#readVars
|
#readVars
|
||||||
@ -48,7 +48,9 @@ BRIDGES_TPL=bootstrap-bridges.tpl
|
|||||||
|
|
||||||
if ! [ -z $BOOTSTRAP_CLEAN ] ; then
|
if ! [ -z $BOOTSTRAP_CLEAN ] ; then
|
||||||
# XXX switch admin interface IP and Gateway to admin net...
|
# 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
|
# XXX
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
@ -59,7 +61,7 @@ fi
|
|||||||
|
|
||||||
if ! [ -z $BOOTSTRAP ] ; then
|
if ! [ -z $BOOTSTRAP ] ; then
|
||||||
# XXX
|
# XXX
|
||||||
BRIDGES_TPL=bootstrap-bridges.tpl
|
#BRIDGES_TPL=bootstrap-bridges.tpl
|
||||||
true
|
true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user