Closed bmistree closed 10 years ago
Previously, had assumed that identifiers needed to be unique per switch. Can easily fix by creating identifiers as the concatenation of the switch id, some separator, and current switch-local unique identifiers.
Fixed by commit e2c51.
Previously, had assumed that identifiers needed to be unique per switch. Can easily fix by creating identifiers as the concatenation of the switch id, some separator, and current switch-local unique identifiers.