mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-23 12:15:01 +02:00
Changed LXC_BRIDGE default value to vmbr0
This commit is contained in:
parent
46e49f10b6
commit
dfd9067d29
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ LXC_GW="10.10.80.10"
|
|||
LXC_DNS="10.10.80.10"
|
||||
|
||||
# Networkbridge for this container
|
||||
LXC_BRIDGE="vmbr80"
|
||||
LXC_BRIDGE="vmbr0"
|
||||
|
||||
# Optional VLAN number for this container
|
||||
LXC_VLAN=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue