Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • gh-pages
  • hot-failover
  • master default protected
  • master-green
  • master-prejava8
  • perf-test
  • release.asplus
  • release.asplus.bvs
  • revert-555-master
  • revert-559-revert-555-master
  • revert-594-master
  • v0.8
  • v0.82
  • v0.85
  • v0.90
  • v0.91
  • v1.0
  • v1.1
  • v1.2
  • wallaby
  • v1.2
  • v0.91
  • v1.1
  • v1.0
  • v0.90
  • v0.85
  • v0.82
  • v0.8
  • asplus-rc5
  • asplus-rc2
30 results
Created with Raphaël 2.2.06Jul542130Jun292321201814231May1817161210532130Apr2928262421116330Mar29282625241715135425Feb24232219181298754225Jan22211110423Dec22191817161514111087543124Nov13126429Oct12876528Sep21114331Aug2120181513121128Jul222116830Jun292726242322191812109865432129May262313121110130Apr272019181716138327Mar262019171615141312109327Feb20165420Jan1230Dec2925232221191817161512121Nov2018141310753131Oct3027261024Sep1615141129Aug27211917161514131211108765431Jul302818Jun21Apr20625Mar754228Feb1Mar30Dec205Nov30Oct17Sep756Aug222Jul1728JunResolved the merge conflicts with masterMerge remote-tracking branch 'brobertson/firewall_cookies' into firewall_cookiesAdded a test for multiple cookies (found out the cookies are inserted in different orders)Merge pull request #673 from rizard/openflow15don't set table ID for OF1.0 drop flowsFix copy-and-paste error in log message for setting default table IDChange broadcast port warning to debug log levelMerge pull request #672 from rizard/openflow15fix bug in ACL. UDP is decimal 17, not 11 (is 0x11)Added the implementation for RoutingDecisionChangedMerge pull request #671 from rizard/openflow15convert integer DPIDs specified to the SEP to DatapathId to prevent duplicate DPID flow sets listed just because the DPID was entered in a different format. hexstring is what will be usedMerge pull request #670 from rizard/openflow15(1) Fix bug in forwarding where OF1.0 doesn't support tables, so don't set a table ID. (2) Tidy up stats REST API. (3) Remove LLDP info log that should have been debug.Fixed my delete test case by making sure the message written was correct. (This will be expanded upon in the future).Added test cases for DeleteFlowsByDescriptor()Most of the changes for the Firewall to update the flowtables on switchesAdd in old URIs for static entry pusher for backwards compatibility. Note this only addresses URI compatibility *not* JSON key:value compatibility. Clean up warnings in LoadBalancer unit testUpdate Forwarding to use OFMessageDamper again.Finally! :-) OFMessageDamper works. Required creating a custom hashCode() (hashCodeIgnoreXid()) function for all OFMessages we would like to dampen.Update Forwarding to support specifying a default table ID for flow insertion. It's flow table 0 by default, but it can be overridden using the net.floodlightcontroller.forwarding.Forwarding.table-id=X config parameter in floodlightdefault.properties. Set X to any table b/t 0 and the max.Fix typo. We want to parse the *value* into a group/port ID, not the key...Introduce ParseUtils as a cleaner way to parse hex or decimal strings to their primitive types. This is done instead of e.g. Integer.decode() in order to eliminiate the need to instantiate a new object wrapped around the primitive type if we're just going to use the primivitive type in the first place. Cleaned up all *Utils classes to use the new ParseUtils fuctions, which reduced a lot of duplicate code.Update MatchUtils, ActionUtils, and GroupUtils to support converting OFGroup and OFPort types to/from strings more easily. This includes human-readable strings for special values, such as OFPort.CONTROLLER, etc., and OFGroup.ALL, etc.Fix bug in statistics module REST API to correctly retrieve requested statistics for given DPID and port.Loxi master is up-to-date now with FL codebase. With this commit, both ant and mvn should work to build. We will transition to mvn though to reduce the branch size (w/history purge) for upcoming v2.0.Changes to the Unit Test for FirewallInclude OpenFlow version in /wm/core/controller/switches/json REST API outputRefactor OpenFlow server socket config to OFSwitchManager and expose more configuration options via floodlightdefault.propertiesUpdate statistics REST API with OF1.5 statistics. This includes an update to Loxi to better support statistics/multipart messages. Loxi master will need to have this update incorporated before Travis CI will build successfully.Merge pull request #668 from oxisto/v1.2changed version in pom.xml to 1.2Lots more refactoring for OF1.5. Also walked through the code and made some improvements.Getting there w/OF1.5 support. Just need a switch that supports it (well) to do some more thorough testing.Merge floodlight/floodlight master with openflow15 dev branch. This is just to address a couple bug fixes and perform a necessary manual mergeMerge pull request #667 from rizard/archipelago-patchPatched base case for archipelagos where there are no external linksMerge pull request #666 from rizard/webui-updatePull in new floodlight/floodlight-webui codeThis is a huge commit. Lots of (good) stuff has been added and updated. First and foremost, OpenFlow 1.5 is now supported (yay) via a major update to OpenFlowJ-Loxi. This update necessitated the update of the Static Flow Pusher module and MatchUtils, ActionUtils, and InstructionUtils to support the newly-added features. This prompted me to explore the SFP to see if there was anything that could be improved. First thing that came to mind was adding support to push OpenFlow groups in addition to flows, thus group support has been added to the SFP via JSON, which is the format that should have been used in the first place. Action lists will be updated in the near future to be JSON instead of one massive ',', '=', and '->' delimited string. Thus, the Static Flow Pusher has been renamed the StaticEntryPusher, since it now encompasses groups. While groups were being added to the SFP (ahem...SEP), a number of optimizations were made to the SEP code, greatly reducing its complexity (IMHO). The support for OpenFlow meters can now be added rather trivially in the future, if desired. Last thing to note about the SEP is the work-in-progress addition of a 'schema' API to allow northbound applications to get information about SEP syntax. This is not complete yet, but the skeleton code is in place. Next thing in this pull request is miscellaneous changes throughout the controller, primarily in (de)serializers and REST APIs to support OpenFlow 1.5. Next item of business is the removal of the DebugEventService. This is an artifact of days past and need not clutter the controller anymore. Same goes for the TestModule; now that we have better tutorials and documentation on the wiki, an example isn't necessary. And, last but not least, some old libraries that weren't being used have now been removed.
Loading