blob: 4c944ab7b750f777134e46f0781d1460cd4072e0 [file] [log] [blame]
package org.onlab.onos.net.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
}