blob: c9b0e2f5faaff504be0de46f97e6a787c96950a1 [file] [log] [blame]
/**
*
*/
package net.onrc.onos.ofcontroller.core;
import net.floodlightcontroller.core.IOFSwitch;
/**
* @author y-higuchi
*
*/
public interface IOnosRemoteSwitch extends IOFSwitch {
/**
* Setup an unconnected switch with the info required.
* @param dpid of the switch
*/
public void setupRemoteSwitch(Long dpid);
}