[pve-devel] [pve-docs] Correct the device declaration in the bonding example.

Wolfgang Link w.link at proxmox.com
Fri Oct 30 10:01:30 CET 2020


Signed-off-by: Wolfgang Link <w.link at proxmox.com>
---
 pve-network.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
 
-- 
2.20.1






More information about the pve-devel mailing list