mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-02-12 21:57:31 +03:00
sysadmin: fix the device declaration in the bonding example
We already have a "Use a bond as bridge port" example below this one, the from reading this ones description it's cleanly meant to be a extra bond, not on a bridge for VM internal traffic, but for things like ceph or VM migration traffic. Signed-off-by: Wolfgang Link <w.link@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ef3efe511b
commit
61b099f5cc
@ -355,6 +355,8 @@ iface eno1 inet manual
|
||||
|
||||
iface eno2 inet manual
|
||||
|
||||
iface eno3 inet manual
|
||||
|
||||
auto bond0
|
||||
iface bond0 inet static
|
||||
slaves eno1 eno2
|
||||
@ -369,7 +371,7 @@ iface vmbr0 inet static
|
||||
address 10.10.10.2
|
||||
netmask 255.255.255.0
|
||||
gateway 10.10.10.1
|
||||
bridge-ports eno1
|
||||
bridge-ports eno3
|
||||
bridge-stp off
|
||||
bridge-fd 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user