You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: