commit | c49e69cc05e9c403586430495ca3d0e17139077d | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Tue Mar 01 23:49:25 2016 -0800 |
committer | alshabib <alshabibi.ali@gmail.com> | Tue Mar 01 23:49:25 2016 -0800 |
tree | 2b06e76f55e8c9a93d7382178d0e682794760d18 | |
parent | ed97b5f075f14354710ad6534aca9ad4d7325681 [diff] [blame] |
ports are a list in a group
diff --git a/olt.py b/olt.py index 3cbc96a..6f4f15c 100644 --- a/olt.py +++ b/olt.py
@@ -676,7 +676,7 @@ vlan_id = 201 - group = createAllGroupAdd(1, onu_port) + group = createAllGroupAdd(1, [onu_port]) self.controller.message_send(group_add) do_barrier(self.controller)