blob: 53db69c8e37824cecddd68db10c7afafb28f4fb1 [file] [log] [blame]
package org.onosproject.net.tunnel;
/**
* Represents for source end point or destination end point of a tunnel. Maybe a tunnel
* based on ConnectPoint, IpAddress, MacAddress and so on is built.
*/
public interface TunnelEndPoint {
}