Merge "Vpnmanager and fibmanager changes 1. Merge fib and nexthop manager 2. Integrat...
[vpnservice.git] / mdsalutil / mdsalutil-api / src / main / java / org / opendaylight / vpnservice / mdsalutil / NwConstants.java
index f800dbf06d2cf0a15085b5169b49752eb6df3088..da0b0f74abb9571264752702594d2dde04b4ec3f 100644 (file)
@@ -1,6 +1,9 @@
 /*
- * Copyright (c) 2013 Ericsson AB.  All rights reserved.
+ * Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
  *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 package org.opendaylight.vpnservice.mdsalutil;
 
@@ -18,6 +21,10 @@ public class NwConstants {
     public static final int IP_PROT_UDP = 17;
     public static final int IP_PROT_GRE = 47;
 
+    //ARP TYPE
+    public static final int ARP_REQUEST = 1;
+    public static final int ARP_REPLY = 2;
+
     //Default Port
     public static final int UDP_DEFAULT_PORT = 4789;
 
@@ -32,4 +39,6 @@ public class NwConstants {
     public static final int TABLE_MISS_FLOW = 0;
     public static final int TABLE_MISS_PRIORITY = 0;
 
+    public static final int DEFAULT_ARP_FLOW_PRIORITY = 100;
+
  }
\ No newline at end of file