intrig-unicamp / mininet-wifi

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

sudo mn --wifi --no-bridge is not an option in mininet-wifi? I got this error #309

Closed alic-antunez closed 4 years ago

alic-antunez commented 4 years ago

Hello guys. I was testing mininet wifi. When I want to implement the OpenFlow protocol with this parameter (--no-bridge) I get this error (attached image).. Do I need to install something previously? or what could it be? Thanks

--no-bridge

ramonfontes commented 4 years ago

Use --client-isolation instead https://mininet-wifi.github.io/advanced/#clientisolation

alic-antunez commented 4 years ago

Thanks, It works now