commit | c7cfd20ef4f2ef552bfb099d3f25fdb14d9559e9 | [log] [tgz] |
---|---|---|
author | Pankaj Berde <pankaj@onlab.us> | Fri Mar 29 11:21:14 2013 -0700 |
committer | Pankaj Berde <pankaj@onlab.us> | Fri Mar 29 11:21:14 2013 -0700 |
tree | 2b6ab4288ff9b79decb40d00ff3cc320ded7c919 | |
parent | 5b042ea286a1ea2ea008e93139a5dcda59edc910 [diff] | |
parent | 0aab785e6404539a93e101de002ad3568051b797 [diff] |
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
diff --git a/titan/listFlow b/titan/listFlow new file mode 100644 index 0000000..6b23be5 --- /dev/null +++ b/titan/listFlow
@@ -0,0 +1,2 @@ +g.stopTransaction(SUCCESS); +g.V('type', 'flow').map;
diff --git a/titan/listFlowEntry b/titan/listFlowEntry new file mode 100644 index 0000000..42dc50f --- /dev/null +++ b/titan/listFlowEntry
@@ -0,0 +1,2 @@ +g.stopTransaction(SUCCESS); +g.V('type', 'flow_entry').map;