Fixes #11046
This commit is contained in:
parent
5658ddf02e
commit
908d6c0ef2
1 changed files with 1 additions and 1 deletions
|
@ -2163,7 +2163,7 @@ class DarwinNetwork(GenericBsdIfconfigNetwork, Network):
|
||||||
current_if['media'] = 'Unknown' # Mac does not give us this
|
current_if['media'] = 'Unknown' # Mac does not give us this
|
||||||
current_if['media_select'] = words[1]
|
current_if['media_select'] = words[1]
|
||||||
if len(words) > 2:
|
if len(words) > 2:
|
||||||
current_if['media_type'] = words[2][1:]
|
current_if['media_type'] = words[2][1:-1]
|
||||||
if len(words) > 3:
|
if len(words) > 3:
|
||||||
current_if['media_options'] = self.get_options(words[3])
|
current_if['media_options'] = self.get_options(words[3])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue