/OpenFlow-Switch

Extended Implementation of OpenFlow v1_0 switch included in Ryu

Primary LanguagePython

OpenFlow-Switch

Extended Implementation of OpenFlow v1_0 switch included in Ryu

Implemented in python using RYU Extension of simple_switch.py included with RYU

Added functionality: Block Traffic from host x to host y (Host 2 and 3 are hard-coded, but their MAC Addresses can be switched for any others) Log all packets from specific address

--Modification of Existing Protocol