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/converter.py b/ofagent/converter.py index f18d07e..a7ec653 100644 --- a/ofagent/converter.py +++ b/ofagent/converter.py
@@ -122,7 +122,7 @@ def loxi_group_mod_to_ofp_group_mod(lo): return pb2.ofp_group_mod( command=lo.command, - type=lo.type, + type=lo.group_type, group_id=lo.group_id, buckets=[to_grpc(b) for b in lo.buckets])