blob: 53db69c8e37824cecddd68db10c7afafb28f4fb1 [file] [log] [blame]
jcc4a20a5f2015-04-30 15:43:39 +08001package org.onosproject.net.tunnel;
2
3/**
4 * Represents for source end point or destination end point of a tunnel. Maybe a tunnel
5 * based on ConnectPoint, IpAddress, MacAddress and so on is built.
6 */
7public interface TunnelEndPoint {
8
9}