Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
6580
Description
When a new EVC-uni is configured, an ietf interface and a matching elan interface are created. The code which creates these interfaces uses Thread.Sleep in order to overcome the situation in which an elan interface is configured before its matching ietf interface is configured.
The code should not use thread.sleep but wait for the interface configuration in an event-based manner.