Skip to content

Commit

Permalink
Display the IP in the interfaces list
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 3, 2019
1 parent adccf9e commit 4a2ad34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2network/widgets/interfaces_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def interface_protocol(connection)
bootproto = connection.bootproto.name

if bootproto == "static"
connection.ip.to_s
connection.ip.address.to_s
else
bootproto.upcase
end
Expand Down

0 comments on commit 4a2ad34

Please sign in to comment.