Connect mininet hosts to root namespace

Hi!
I solved it, the problem was related to “checksum offloading”, then, I fixed it running the following command:

sudo ethtool --offload root-eth0 rx off tx off

Thank you so much for your help! :grin: