blob: 15badc5d505b1a2969e7d354222a12bef35d3dfc [file] [log] [blame]
tome33cc1a2014-08-25 21:59:41 -07001package org.onlab.onos.net;
2
3/**
4 * Abstraction of an end-station host on the network, essentially a NIC.
5 */
6public class Host {
7
8 // MAC, IP(s), optional VLAN ID
9
10 // Location (current, recent locations?
11
12}