-
Hi, looking at docs, I'm wondering whats the purpose of
example: links:
- name: eth0
up: true
masterName: bond0
slaveIndex: 0
layer: platform
- name: eth1
up: true
masterName: bond0
slaveIndex: 0
layer: platform
- name: eth2
up: true
masterName: bond0
slaveIndex: 1
layer: platform
- name: eth3
up: true
masterName: bond0
slaveIndex: 1
layer: platform thank for helping me understand. |
Beta Was this translation helpful? Give feedback.
Answered by
smira
Feb 25, 2025
Replies: 1 comment 1 reply
-
They should increment in the order of the links bonded, e.g. 0, 1, 2, 3. It depends on bond type, but most of them are critical to put links in the correct order. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vitush93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They should increment in the order of the links bonded, e.g. 0, 1, 2, 3. It depends on bond type, but most of them are critical to put links in the correct order.