blob: f8e2e313abadb463db454e670f8ed0c92fb785d5 [file] [log] [blame]
package org.onlab.onos.net;
import org.onlab.onos.net.provider.Provided;
/**
* Abstraction of an end-station host on the network, essentially a NIC.
*/
public interface Host extends Provided {
// MAC, IP(s), optional VLAN ID
// Location (current, recent locations?
}