- Jan 11, 2016
-
-
Ryan Izard authored
OF1.4 bug fixes
-
- Jan 10, 2016
-
-
Ryan Izard authored
Modified Forwarding and ForwardingBase to use setInstructions instead…
-
AndreMantas authored
Modified Forwarding and ForwardingBase to use setInstructions instead of setActions in OF 1.1 or later. New openflowj-2.0.0-SNAPSHOT.jar that duplicates the shortcut used for FlowMod setActions in version 1.3 to versions 1.1, 1.2 and 1.4
-
- Jan 04, 2016
-
-
Ryan Izard authored
Fix OF1.4 table features properties byte-align to 8 bytes. This required a Loxi update. Also updated handshake handler to not use action but instead instructions w/apply-actions.
-
- 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
-