blob: 9f5db2a8541dd7e8692b539aa807ad2d1ffaa696 [file] [log] [blame]
package net.onrc.onos.api.device;
/**
* Information about a port.
*/
public interface PortDescription {
// TODO: possibly relocate this to a common ground so that this can also used by host tracking if required
}