Skip to content

Commit

Permalink
docs: fix field names for bonding configuration
Browse files Browse the repository at this point in the history
Fixes #4371

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Oct 15, 2021
1 parent d7a3b7b commit 6ad4595
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/v0.10/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.11/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.12/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.13/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.14/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.6/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.7/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.8/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down
4 changes: 2 additions & 2 deletions website/content/docs/v0.9/Guides/advanced-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ machine:
dhcp: true
bond:
mode: 802.3ad
lacprate: fast
hashpolicy: layer3+4
lacpRate: fast
xmitHashPolicy: layer3+4
miimon: 100
updelay: 200
downdelay: 200
Expand Down

0 comments on commit 6ad4595

Please sign in to comment.