Write a pox program that implements a simple firewall, such as only permitting traffic to or from certain ports and IP ranges. The rules should be read from a file in some kind of reasonable format. Check the utils.py file for some code on reading configuration files.
Write a pox program that implements a simple firewall, such as only permitting traffic to or from certain ports and IP ranges. The rules should be read from a file in some kind of reasonable format. Check the utils.py file for some code on reading configuration files.