blob: e3c67b9ebfaaacda893b3bcd29a48a7ea866270e [file] [log] [blame]
package org.onlab.onos.net.host;
/**
* Information describing host and its location.
*/
public interface HostDescription {
// IP, MAC, VLAN-ID, HostLocation -> (ConnectionPoint + timestamp)
}