Scripts to pretty print ovs flows and odl logs
[netvirt.git] / resources / commons / README
index a6f6920bb62e6e30abe07ab2eea2ffae704a3e73..6aac3d3ce30da14ba33dfeadb8ef18eca80f9777 100644 (file)
@@ -34,3 +34,7 @@ Contents
 - Qos-and-Queue-Collection-Environment-Variables.postman_environment : Postman environment file that defines variables used by the Qos-and-Queue-Collection.json.postman_collection
 
 - Qos-and-Queue-Collection.json.postman_collection - Collection of Postman Restconf commands for doing CRUD operations on Qos and Queue entries.
+
+- readable_flows.py : script for formatting ovs-ofctl dump-flows output into a more readable format. Run w/ -h for help
+
+- pplogs.py : script for reformatting serialized nested objects in OpenDaylight log lines. Run w/ -h for help