Skip to content

Commit

Permalink
Fix for commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Jan 26, 2022
1 parent 6cd3d4e commit 74378e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/network/lan/cmdline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def update_builder_from_options!(builder, options)
case builder.type.short_name
when "bond"
# change only if user specify it
builder.slaves = options["slaves"].split(" ") if options["slaves"]
builder.ports = options["slaves"].split(" ") if options["slaves"]
when "vlan"
# change only if user specify it
builder.etherdevice = options["ethdevice"] if options["ethdevice"]
Expand Down

0 comments on commit 74378e6

Please sign in to comment.