Commit 6673e1e0 authored by Marco Mariani's avatar Marco Mariani

fixed reference to interface name

parent f23b4032
......@@ -396,7 +396,7 @@ class Computer(object):
if self.ipv6_interface:
interface_name = self.ipv6_interface
else:
interface_name = self.name
interface_name = self.interface.name
for partition in self.partition_list:
try:
for address in partition.address_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment