MPLS label for the def GW missing in the of-flows
[netvirt.git] / fibmanager / impl / src / main / java / org / opendaylight / netvirt / fibmanager / EvpnVrfEntryHandler.java
index 94a12dd45b5971e09143ebff570b5257cc57afcc..9e7cb385682eba33a515edd5beec210cea466e5a 100644 (file)
@@ -256,7 +256,7 @@ public class EvpnVrfEntryHandler extends BaseVrfEntryHandler {
             actionInfos.add(new ActionSetFieldTunnelId(tunnelId));
             List<ActionInfo> egressActions =
                     nexthopManager.getEgressActionsForInterface(adjacencyResult.getInterfaceName(), actionInfos.size(),
-                            true);
+                            true, vpnId, vrfEntry.getDestPrefix());
             if (egressActions.isEmpty()) {
                 LOG.error("Failed to retrieve egress action for prefix {} route-paths {} interface {}."
                         + " Aborting remote FIB entry creation..", vrfEntry.getDestPrefix(),