Merge "Correct bond_mode enum value for 802.3ad"
This commit is contained in:
commit
b5d7006864
@ -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": {
|
||||
|
@ -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
|
||||
},
|
||||
|
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user