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:
Wolfgang Link 2020-10-30 10:01:30 +01:00 committed by Thomas Lamprecht
parent ef3efe511b
commit 61b099f5cc

View File

@ -355,6 +355,8 @@ iface eno1 inet manual
iface eno2 inet manual iface eno2 inet manual
iface eno3 inet manual
auto bond0 auto bond0
iface bond0 inet static iface bond0 inet static
slaves eno1 eno2 slaves eno1 eno2
@ -369,7 +371,7 @@ iface vmbr0 inet static
address 10.10.10.2 address 10.10.10.2
netmask 255.255.255.0 netmask 255.255.255.0
gateway 10.10.10.1 gateway 10.10.10.1
bridge-ports eno1 bridge-ports eno3
bridge-stp off bridge-stp off
bridge-fd 0 bridge-fd 0