IPv6 FIB enteries not appearing if ExtNwt enabled
[netvirt.git] / neutronvpn / impl / src / main / java / org / opendaylight / netvirt / neutronvpn / NeutronvpnNatManager.java
index 12f039d05932d3cb2b52435765dc54b81fc4bb9a..6018fa9d1dc97ae181b60e4aeb02100cbfe1d1b6 100644 (file)
@@ -420,7 +420,7 @@ public class NeutronvpnNatManager implements AutoCloseable {
 
         // Remove the vpnInternetId fromSubnetmap
         Network net = neutronvpnUtils.getNeutronNetwork(nets.getId());
-        List<Uuid> submapIds = neutronvpnUtils.getPrivateSubnetsToExport(net);
+        List<Uuid> submapIds = neutronvpnUtils.getPrivateSubnetsToExport(net, null);
         for (Uuid snId : submapIds) {
             Subnetmap subnetMap = neutronvpnUtils.getSubnetmap(snId);
             if (subnetMap == null || subnetMap.getInternetVpnId() == null) {