HostTracker Bundle Separation
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / packet / ARP.java
index dd51e85f20ee4bd9b6ba2d9e64ac0965a1fc33b2..8fc0d625ebe0dd5b08bff4df864efe6a2e3068bd 100644 (file)
@@ -37,6 +37,8 @@ public class ARP extends Packet {
     public static short REQUEST = (short) 0x1;
     public static short REPLY = (short) 0x2;
 
+    public static short PROTO_TYPE_IP = 0x800;
+
     private static Map<String, Pair<Integer, Integer>> fieldCoordinates = new LinkedHashMap<String, Pair<Integer, Integer>>() {
         private static final long serialVersionUID = 1L;
         {