Subnet route is not advertised to FIB table...
[netvirt.git] / natservice / impl / src / main / java / org / opendaylight / netvirt / natservice / internal / NatUtil.java
index 991d44ff6f621c20f7ac4e4a3b89039d2abffa6d..9a27f8d1c0c79675d672b2d918bfd967fa21c57f 100644 (file)
@@ -1008,7 +1008,7 @@ public final class NatUtil {
                                            String rd, String prefix, String vpnName) {
         try {
             LOG.debug("removePrefixFromBGP: Removing Fib entry rd {} prefix {}", rd, prefix);
-            fibManager.removeFibEntry(rd, prefix, null);
+            fibManager.removeFibEntry(rd, prefix, null, null);
             if (rd != null && !rd.equalsIgnoreCase(vpnName)) {
                 bgpManager.withdrawPrefix(rd, prefix);
             }