mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a93678ee88
commit
f3bd63fb21
@ -23,8 +23,6 @@
|
|||||||
# Usually this is the default bridge created in Proxmox, so there is no
|
# Usually this is the default bridge created in Proxmox, so there is no
|
||||||
# need to touch this.
|
# need to touch this.
|
||||||
BOOTSTRAP_BRIDGE=0
|
BOOTSTRAP_BRIDGE=0
|
||||||
# XXX
|
|
||||||
#BOOTSTRAP_PORT=none
|
|
||||||
|
|
||||||
|
|
||||||
# CT interface bridge configuration.
|
# CT interface bridge configuration.
|
||||||
@ -43,7 +41,6 @@ BOOTSTRAP_BRIDGE=0
|
|||||||
# ADMIN_BRIDGE=3
|
# ADMIN_BRIDGE=3
|
||||||
# LAN_BRIDGE=10
|
# LAN_BRIDGE=10
|
||||||
#
|
#
|
||||||
# XXX revise numbering...
|
|
||||||
ADMIN_BRIDGE=_admin
|
ADMIN_BRIDGE=_admin
|
||||||
WAN_BRIDGE=_wan
|
WAN_BRIDGE=_wan
|
||||||
LAN_BRIDGE=_lan
|
LAN_BRIDGE=_lan
|
||||||
|
|||||||
@ -38,7 +38,9 @@ SOFTWARE=(
|
|||||||
|
|
||||||
INTERFACES=/etc/network/interfaces
|
INTERFACES=/etc/network/interfaces
|
||||||
|
|
||||||
BRIDGES_TPL=bridges.tpl
|
BOOTSTRAP_PORT=${BOOTSTRAP_PORT:-none}
|
||||||
|
|
||||||
|
BRIDGES_TPL=${BRIDGES_TPL:-bridges.tpl}
|
||||||
|
|
||||||
# XXX
|
# XXX
|
||||||
#readVars
|
#readVars
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user