frenetic-lang / pyretic

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

spanning tree virtualization example broken #17

Closed joshreich closed 11 years ago

joshreich commented 11 years ago

pingall fails even on simple topologies

./pyretic/mininet.sh --switch ovsk --topo=single,2 pox.py --no-cli pyretic/examples/virtualize.py --program=pyretic/examples/hub.py --virttopo=pyretic/virttopos/anning_tree.py

joshreich commented 11 years ago

fixed example by providing an efficient fabric policy. still unclear as to why network.flood doesn't work - although I've got a couple of thoughts that I may look into