Added license headers in cloudservicechain test
[netvirt.git] / vpnservice / fibmanager / fibmanager-impl / src / main / java / org / opendaylight / netvirt / fibmanager / FibManager.java
index e5d8b5e37c734bbe8b3cc32e45ba5e2a1f9744b9..c269a0343c1f22dc74bed9520f7fae038402b216 100644 (file)
@@ -2038,8 +2038,8 @@ public class FibManager extends AbstractDataChangeListener<VrfEntry> implements
     List<MatchInfo> matches = new ArrayList<MatchInfo>();
     matches.add(new MatchInfo(MatchFieldType.eth_type,
                               new long[] { NwConstants.ETHTYPE_MPLS_UC }));
-    FlowEntity flowEntityToLfib = MDSALUtil.buildFlowEntity(dpnId, NwConstants.L3_PROTOCOL_TABLE,
-                                                          getTableMissFlowRef(dpnId, NwConstants.L3_PROTOCOL_TABLE,
+    FlowEntity flowEntityToLfib = MDSALUtil.buildFlowEntity(dpnId, NwConstants.INTERNAL_TUNNEL_TABLE,
+                                                          getTableMissFlowRef(dpnId, NwConstants.INTERNAL_TUNNEL_TABLE,
                                                                   NwConstants.L3_LFIB_TABLE),
                                                           DEFAULT_FIB_FLOW_PRIORITY,
                                                           "Protocol Table For LFIB",