Correct a variable reference in prior code merge.

reviewable/pr18780/r1
Michael DeHaan 12 years ago
parent bf9ca7fc4d
commit f23a74f41e

@ -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