Package org.onosproject.net.behaviour
Class TunnelKey<T>
- java.lang.Object
-
- org.onosproject.net.behaviour.TunnelKey<T>
-
public final class TunnelKey<T> extends Object
Represent for a tunnel key. The tunnel accepts packets with the tunnel key. A positive 24-bit (for Geneve, VXLAN, and LISP), 32-bit (for GRE) or 64-bit (for GRE64) number value is used for example. Open vSwitch allows "flow" as the key to set this value with matching in the flow table.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
String
strValue()
Returns the value as a string.T
value()
Returns the value.
-