Added APIs to allow other modules to request ARP information from the Proxy ARP module
diff --git a/src/main/java/net/onrc/onos/ofcontroller/proxyarp/IProxyArpService.java b/src/main/java/net/onrc/onos/ofcontroller/proxyarp/IProxyArpService.java
index 1ff91e1..4632aba 100644
--- a/src/main/java/net/onrc/onos/ofcontroller/proxyarp/IProxyArpService.java
+++ b/src/main/java/net/onrc/onos/ofcontroller/proxyarp/IProxyArpService.java
@@ -24,7 +24,7 @@
 	 * @param ipAddress
 	 * @return
 	 */
-	public byte[] lookupMac(InetAddress ipAddress);
+	public byte[] getMacAddress(InetAddress ipAddress);
 	
 	/**
 	 * Tell the IProxyArpService to send an ARP request for the IP address.