From: Wolfgang Link Date: Fri, 30 Oct 2020 09:01:30 +0000 (+0100) Subject: sysadmin: fix the device declaration in the bonding example X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=61b099f5ccbc04da87d8e00b5a5b42b03ed84b05 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 Signed-off-by: Thomas Lamprecht --- diff --git a/pve-network.adoc b/pve-network.adoc index 294c201..692326f 100644 --- a/pve-network.adoc +++ b/pve-network.adoc @@ -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