Correct a variable reference in prior code merge.

pull/2757/head
Michael DeHaan 11 years ago
parent f36e85efbb
commit c601e53fce

@ -1057,7 +1057,7 @@ class LinuxNetwork(Network):
iface = words[-1]
if iface != device:
interfaces[iface] = {}
interfaces[iface].update(facts[device])
interfaces[iface].update(self.facts[device])
interfaces[iface]['ipv4'] = {'address': address,
'netmask': netmask,
'network': network}

Loading…
Cancel
Save