Skip to content
Snippets Groups Projects
Commit ea88565d authored by kwanggithub's avatar kwanggithub
Browse files

Fix tab in LinkDiscoveryManager; fix duplicate getInetAddress() after merge in...

Fix tab in LinkDiscoveryManager; fix duplicate getInetAddress() after merge in IOFSwitch and test/../OFMessageDamperMockSwitch
parent 54f899e0
No related branches found
No related tags found
No related merge requests found
...@@ -446,13 +446,6 @@ public interface IOFSwitch { ...@@ -446,13 +446,6 @@ public interface IOFSwitch {
*/ */
public Lock getListenerWriteLock(); public Lock getListenerWriteLock();
/**
* Get the IP Address for the switch
* @return the inet address
*/
public SocketAddress getInetAddress();
/*********************************************** /***********************************************
* The following method can be overridden by * The following method can be overridden by
* specific types of switches * specific types of switches
......
...@@ -380,12 +380,6 @@ public class OFMessageDamperMockSwitch implements IOFSwitch { ...@@ -380,12 +380,6 @@ public class OFMessageDamperMockSwitch implements IOFSwitch {
} }
@Override
public SocketAddress getInetAddress() {
// TODO Auto-generated method stub
return null;
}
@Override @Override
public OFPortType getPortType(short port_num) { public OFPortType getPortType(short port_num) {
// TODO Auto-generated method stub // TODO Auto-generated method stub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment