Merge "Correct bond_mode enum value for 802.3ad"

This commit is contained in:
Zuul 2024-06-12 00:08:13 +00:00 committed by Gerrit Code Review
commit b5d7006864
3 changed files with 4 additions and 4 deletions

View File

@ -175,7 +175,7 @@
"type": "string",
"title": "Port bonding type",
"enum": [
"802.1ad",
"802.3ad",
"balance-rr",
"active-backup",
"balance-xor",
@ -184,7 +184,7 @@
"balance-alb"
],
"examples": [
"802.1ad"
"802.3ad"
]
},
"bond_links": {

View File

@ -27,7 +27,7 @@
"interface1"
],
"ethernet_mac_address": "a0:36:9f:2c:e8:82",
"bond_mode": "802.1ad",
"bond_mode": "802.3ad",
"bond_xmit_hash_policy": "layer3+4",
"bond_miimon": 100
},

View File

@ -27,7 +27,7 @@
"interface1"
],
"ethernet_mac_address": "a0:36:9f:2c:e8:82",
"bond_mode": "802.1ad",
"bond_mode": "802.3ad",
"bond_xmit_hash_policy": "layer3+4",
"bond_miimon": 100
},