Bug: 5011
[vpnservice.git] / vpnmanager / vpnmanager-impl / src / main / java / org / opendaylight / vpnservice / VpnserviceProvider.java
index 3dd6644554d671afff0f5336afe80d608b56f0d7..ce72eb6ac19489d155d874d14c16d2de680bb280 100644 (file)
@@ -130,7 +130,7 @@ public class VpnserviceProvider implements BindingAwareProvider, IVpnManager,
     @Override
     public void addExtraRoute(String destination, String nextHop, String rd, String routerID, int label) {
         LOG.info("Adding extra route with destination {} and nexthop {}", destination, nextHop);
-        vpnInterfaceManager.addExtraRoute(destination, nextHop, rd, routerID, label);
+        vpnInterfaceManager.addExtraRoute(destination, nextHop, rd, routerID, label, null);
     }
 
     @Override