blob: e3c67b9ebfaaacda893b3bcd29a48a7ea866270e [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001package org.onlab.onos.net.host;
2
3/**
4 * Information describing host and its location.
5 */
6public interface HostDescription {
7
8 // IP, MAC, VLAN-ID, HostLocation -> (ConnectionPoint + timestamp)
9
10}
11