commit | 9125b1a90ceff0e60c944a6430e8054cf36a0f76 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Mon Oct 24 22:54:33 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Mon Oct 24 23:00:03 2016 -0700 |
tree | 9be01e5e9cc146403a86b89c68307c2806ff8549 | |
parent | 40f039c39f0fff90a68f7cccf3d772c4e8efcf5d [diff] [blame] |
Fixed two bugs in OpenFlow land Change-Id: I74f37221d93c71398a1985143f03706297bd1661
diff --git a/ofagent/grpc_client.py b/ofagent/grpc_client.py index a17d104..69bf940 100644 --- a/ofagent/grpc_client.py +++ b/ofagent/grpc_client.py
@@ -78,7 +78,7 @@ returnValue(res.items) @inlineCallbacks - def list_group(self, datapath_id): + def list_groups(self, datapath_id): device_id = self.device_id_map[datapath_id] req = ID(id=device_id) res = yield threads.deferToThread(