Skip to content

Commit

Permalink
Cleanup, shorten line length
Browse files Browse the repository at this point in the history
  • Loading branch information
jbemmel committed Dec 15, 2024
1 parent 05c3030 commit 4ef1127
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions netsim/extra/bonding/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ devices:
attributes:
global:
bonding:
mode: { type: str, valid_values: [ active-backup, balance-tlb, balance-alb ] } # Linux bonding modes that use autonomous ports
# Subset of Linux bonding modes that use autonomous ports
mode: { type: str, valid_values: [ active-backup, balance-tlb, balance-alb ] }
node:
bonding:
mode: { type: str, valid_values: [ active-backup, balance-tlb, balance-alb ] }
mode:
interface:
bonding:
ifindex: { type: int, min_value: 0, _required: True }
mode: { type: str, valid_values: [ active-backup, balance-tlb, balance-alb ] }
mode: { copy: global }

0 comments on commit 4ef1127

Please sign in to comment.