Skip to content

Commit

Permalink
Changes based on CR.
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Mar 18, 2021
1 parent db25f86 commit bfd8bca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/y2network/s390_device_activators/qeth.rb
Expand Up @@ -49,6 +49,9 @@ def configure_attributes
extra_attributes.concat(attributes.split(" ")) if attributes
# Only set if enable
extra_attributes << ipa_takeover_attribute if ipa_takeover
# By default the activation command uses layer2 autodetection but as
# this option is not exposed in the activation dialog we have to add it
# always (bsc#1183639)
extra_attributes << layer2_attribute
extra_attributes << port_attribute if port_number.to_s != "0"
extra_attributes
Expand Down

0 comments on commit bfd8bca

Please sign in to comment.