intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
432 stars 239 forks source link

Fix for IPv6 assignment for cars and matching IP and IPv6 assignment behavior #363

Closed awlane closed 3 years ago

awlane commented 3 years ago

At the moment, car nodes do not correctly use the default IPv6 subnet nor are parameters respected for ipAdd6(). While it's functional, this behavior should reflect the expected behavior based on the Mininet model rather than hardcoding subnet and netmask. This change should concisely fix both of those issues.