intrig-unicamp / mininet-wifi

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

Error with link down in "normal" swicthes #350

Closed MarianaCruz closed 3 years ago

MarianaCruz commented 3 years ago

Hi,

I need to test the network in terms of performance when a link failure occurs. But with no success. I have a pretty big network topology but only with one ap1 and one station sta1, I want to simulate a link crash in other switches. But an error saying: AttributeError: 'OVSSwitch' object has no attribute 'wintfs' is shown (see screenshot). In mininet wifi is not possible to turn "normal" links down? Or there is other way to do it? Captura de ecrã 2020-12-16, às 17 25 28

I really could use your help. Thanks in advance, Mariana

ramonfontes commented 3 years ago

Fixed! https://github.com/intrig-unicamp/mininet-wifi/commit/fedfb91dc4f32bb08095ece9c4e83c83f25fd5ab

Please do a git pull and apply the changes with sudo make install

MarianaCruz commented 3 years ago

Fixed, thank you!