frenetic-lang / pyretic

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

simple_ui_firewall.py example unnecessarily imports EthAddr from pox.library.addresses #54

Open thiagolckurovski opened 9 years ago

thiagolckurovski commented 9 years ago

The simple_ui_firewall.py example imports EthAddr from pox.library.addresses. That is not a problem in itself, but since Pyretic has an EthAddr object of its own and simple_ui_firewall.py doesn't actually uses any EthAddr, it's quite confusing for newcomers. Just removing the import would fix this problem.

SdnRK commented 8 years ago

I am not able to execute any Pyretic file other than pyretic.py

Can you suggest me way of execution simple_ui_firewall.py?