- Dec 23, 2015
-
-
Ryan Izard authored
Add ability to filter outbound messages while in SLAVE role
-
- Dec 22, 2015
-
-
Ryan Izard authored
Added unit test for writing messages while in MASTER/SLAVE. Changed to a blacklist mechanism instead of a whitelist (to match how the spec describes invalid (write) SLAVE messages). Completed invalid SLAVE messages for each OF version.
-
Ryan Izard authored
Updated to properly handle IOFSwitch write()'s while in SLAVE role. TODO: make unit test for trapping invalid messages while in SLAVE. TODO: complete logic for handling valid SLAVE message types per OF version.
-
- Dec 19, 2015
-
-
Ryan Izard authored
Netty4, bug fixes, and new OpenFlowJ-2.0.0
-
- Dec 18, 2015
-
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
We can shutdown gracefully and not wait (as Netty3 did). If not waiting turns out to be a problem, we can wait again.
-
Ryan Izard authored
OMG, it was a timeout that was too short. Good news is that the bootstrap unit test passes. Bad news is that there is a timeout somewhere in the sync module that is way too long and causes the unit tests for sync to take literally a few minutes. Will look into that next.
-
Ryan Izard authored
Fixed a blunder in OFSwitchManager and Controller to allow switches to connect if a server IP isn't explicitly given in floodlihgtdefault.properties. Still can't get sync's bootstrap test to pass. Feels like a race condition b/t update threads.
-
Ryan Izard authored
-
- Dec 16, 2015
-
-
Ryan Izard authored
Fix bug in ActionUtils. OF1.0 transport ports were being parsed as sh…
-
Ryan Izard authored
Fix bug in ActionUtils. OF1.0 transport ports were being parsed as shorts. For ports above 32767, this is bad.
-
- Dec 15, 2015
-
-
Ryan Izard authored
Core ported to Netty 4 along with unit tests. Still need to do sync and some loxi-related compile errors in web.serializers.
-
- Dec 14, 2015
-
-
Ryan Izard authored
Initial statistics module commit
-
Ryan Izard authored
-
- Dec 11, 2015
-
-
Ryan Izard authored
-
- Dec 10, 2015
-
-
Ryan Izard authored
-
- Dec 08, 2015
-
-
Ryan Izard authored
Add OF-DPA helper functions
-
- Dec 04, 2015
-
-
Ryan Izard authored
-
Ryan Izard authored
OF-DPA init and learning switch functions created. Possible use is commented out in ForwardingBase.java for the time being.
-
- Dec 03, 2015
-
-
Ryan Izard authored
Fix data races in LoadBalancer and DHCPSwitchFlowSetter
-
- Dec 01, 2015
- Nov 24, 2015
-
-
Ryan Izard authored
-
- Nov 13, 2015
-
-
Ryan Izard authored
Fix SFP bug pushing flow w/o switch ID specified
-
Ryan Izard authored
-
- Nov 12, 2015
-
-
Ryan Izard authored
Fix fromString of MatchUtils OFVlanVidMatch issue
-
- Nov 06, 2015
-
-
mindi102680 authored
Fix fromString of MatchUtils OFVlanVidMatch issue
-
- Nov 04, 2015
-
-
Ryan Izard authored
Fix for Firewall issue #590
-
mindi102680 authored
-
- Oct 29, 2015
-
-
chechoRP authored
The dl_type=ARP (or any other dl_type) is overwritten if dst-ip/src-ip are specified later on in the json object. I added condition that only overwrites the field if it hasn't been already specified. This case only applies for src-ip, and dst-ip.
-
- Oct 12, 2015
-
-
Ryan Izard authored
Forwarding bug fix for edge-case simple topology
-
Ryan Izard authored
-
- Oct 08, 2015
-
-
Ryan Izard authored
Single-switch islands list correct outgoing broadcast ports; tidy up topology service
-
Ryan Izard authored
Tidy up topology and get rid of some many redundant functions in ITopologyService. Also, fix a bug that prevents outgoing broadcast ports from being queried on single-switch islands.
-
Ryan Izard authored
Patch Forwarding's pushRoute and pushPacket
-
Ryan Izard authored
Patch Forwarding's pushPacket and pushRoute. We do not want to push a packet if the command is delete or delete-strict.
-
- Oct 07, 2015
-
-
Ryan Izard authored
Revert hard and idle timeout to public
-