other = '%s/%s via %s' % (machine.nics[i].other_ip, machine.nics[i].other_netmask, machine.nics[i].other_gateway)
other_action = machine.nics[i].other_action
if other_action == 'dnat':
other += " (NAT to primary IP)"
elif other_action == 'renumber':
other = '%s/%s via %s' % (machine.nics[i].other_ip, machine.nics[i].other_netmask, machine.nics[i].other_gateway)
other_action = machine.nics[i].other_action
if other_action == 'dnat':
other += " (NAT to primary IP)"
elif other_action == 'renumber':