[pve-devel] [pve-docs] Correct the device declaration in the bonding example.
Thomas Lamprecht
t.lamprecht at proxmox.com
Fri Oct 30 15:23:29 CET 2020
On 30.10.20 10:01, Wolfgang Link wrote:
> 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
or bond0 ?
> bridge-stp off
> bridge-fd 0
>
>
More information about the pve-devel
mailing list