Closed jadinm closed 4 years ago
In Python2, the items() method returns a list and not an iterator. Therefore, changing the values of the dictionary in the loop had no effect and a broadcast domain for each interface was created.
Jenkins, run tests.
In Python2, the items() method returns a list and not an iterator. Therefore, changing the values of the dictionary in the loop had no effect and a broadcast domain for each interface was created.