Make 'keys' CLI output user friendly
[lispflowmapping.git] / mappingservice / implementation / src / main / java / org / opendaylight / lispflowmapping / implementation / MappingService.java
index 0cd50e7632c4a801699b24acffe3ccd490fdbef1..14acd328e95884e34745b7bc9eb945ae9db159a1 100644 (file)
@@ -491,6 +491,11 @@ public class MappingService implements OdlMappingserviceService, IMappingService
         return mappingSystem.printKeys();
     }
 
+    @Override
+    public String prettyPrintKeys() {
+        return mappingSystem.prettyPrintKeys();
+    }
+
     @Override
     public void close() throws Exception {
         LOG.info("Mapping Service is being destroyed!");