- Feb 05, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
Update ACL.java
-
Ryan Izard authored
Included NetIDE header under EPL
-
- Feb 04, 2016
-
-
paaguti-work authored
-
- Feb 02, 2016
-
-
Ryan Izard authored
Add a callback after an input event has been consumed
-
Puneet Singh authored
In the event the device manger does not yet know an attachment point for a device, the ACL should detect that and perform a noop. Simply checking the length of the SwitchPort[] returned from the device manger should fix the problem. If the length is zero, return; else, proceed.
-
- Jan 25, 2016
-
-
paaguti-work authored
Include the completion listener in the MockFloodlightProvider
-
- Jan 22, 2016
-
-
paaguti-work authored
Fixed typo and deprecatedAPI call in the new onMessageConsumed
-
paaguti-work authored
-
- Jan 21, 2016
-
-
Ryan Izard authored
Initial commit to add in Travis-CI automated testing
-
Ryan Izard authored
-
paaguti-work authored
-
paaguti-work authored
# Conflicts: # src/main/java/net/floodlightcontroller/core/internal/Controller.java
-
paaguti-work authored
-
paaguti-work authored
-
- 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 17, 2015
-
-
paaguti-work authored
-
paaguti-work 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
-