commit | 23f0e375220e3030fce4acfc3b17ba7aaf73b23f | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Tue Mar 01 23:50:37 2016 -0800 |
committer | alshabib <alshabibi.ali@gmail.com> | Tue Mar 01 23:50:37 2016 -0800 |
tree | 7946bc213de4a1d07e5f9cd641b241d365c14a41 | |
parent | c49e69cc05e9c403586430495ca3d0e17139077d [diff] |
adding group correctly
diff --git a/olt.py b/olt.py index 6f4f15c..5f432cf 100644 --- a/olt.py +++ b/olt.py
@@ -678,7 +678,7 @@ group = createAllGroupAdd(1, [onu_port]) - self.controller.message_send(group_add) + self.controller.message_send(group) do_barrier(self.controller) verify_no_errors(self.controller)