Merge "Remove xtr id mappings on mapping overwrite"
[lispflowmapping.git] / mappingservice / implementation / src / main / java / org / opendaylight / lispflowmapping / implementation / MappingSystem.java
index 297379846bbb16566d4e0f436c419e2660161ee0..cb3b85cf983df3f076821da249a2d92c43cf6e76 100644 (file)
@@ -416,6 +416,11 @@ public class MappingSystem implements IMappingSystem {
         tableMap.get(origin).removeData(key, subKey);
     }
 
+    @Override
+    public Eid getParentPrefix(Eid key) {
+        return smc.getParentPrefix(key);
+    }
+
 
     /**
      * Restore all mappings and keys from mdsal datastore.