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