]> git.proxmox.com Git - pve-docs.git/commitdiff
sysadmin: fix the device declaration in the bonding example
authorWolfgang Link <w.link@proxmox.com>
Fri, 30 Oct 2020 09:01:30 +0000 (10:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 Nov 2020 06:59:36 +0000 (07:59 +0100)
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>
pve-network.adoc

index 294c2015102be36222baa4ed1e47cf1a8286514a..692326fb65ba4cfaa029b863de9257de0e281a86 100644 (file)
@@ -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