This method must return an Array of 'CondorAddress' objects
# File lib/deltacloud/drivers/condor/ip_agents/default.rb, line 33 def addresses; end
# File lib/deltacloud/drivers/condor/ip_agents/default.rb, line 27 def find_free_mac return nil end
# File lib/deltacloud/drivers/condor/ip_agents/default.rb, line 26 def find_ip_by_mac(mac); end
# File lib/deltacloud/drivers/condor/ip_agents/default.rb, line 25 def find_mac_by_ip(ip); end