cnp3 / ipmininet

Mininet extension to make experimenting with IP networks easy
GNU General Public License v2.0
65 stars 51 forks source link

Fix broadcast domain building #60

Closed jadinm closed 4 years ago

jadinm commented 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.

jadinm commented 4 years ago

Jenkins, run tests.