frenetic-lang / pyretic

The Pyretic language and runtime system
http://frenetic-lang.org/pyretic/
159 stars 99 forks source link

multiswitchs problem #60

Open mousscan opened 8 years ago

mousscan commented 8 years ago

Hi everybody, i am new learning Pyretic. But i have found a problem. When i use a linear topology with Mininet by '' sudo mn --topo linear,3,3 --controller remote ", Pyretic can not detect my correct topology. Hub module doesn't work properly because of this problem. The problem is the same with tree topology.

Anybody know what's wrong?

Thank you