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.018Jun14231May1817161210532130Apr2928262421116330Mar29282625241715135425Feb24232219181298754225Jan22211110423Dec22191817161514111087543124Nov13126429Oct12876528Sep21114331Aug2120181513121128Jul222116830Jun292726242322191812109865432129May262313121110130Apr272019181716138327Mar262019171615141312109327Feb20165420Jan1230Dec2925232221191817161512121Nov2018141310753131Oct3027261024Sep1615141129Aug27211917161514131211108765431Jul302818Jun21Apr20625Mar754228Feb1Mar30Dec205Nov30Oct17Sep756Aug222Jul1728Jun262524Fix 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.Merge pull request #665 from cbarrin/archipelagosAdded archipelago code back into floodlight from SOSForFloodlight.Reset to official floodlight branch. Need to add in archipelago code againInitial design work on flow-deletes triggered by changes in firewall rules.Merge pull request #662 from rsharo/masterChanged DeviceResource to return a JSON object instead of simply returning a list.Remove stale SFP codeMerge pull request #661 from rizard/masterReturn the correct starting location of the pipelineAdd default of FALSE to allowing all origins in cross-domain requests. Remove old CORS code that was commented out.Update Web UI to default to /ui/index.html for any request to /ui/. Also add in a filter for allowing any origin.Merge pull request #660 from rizard/masterAdd webui as a submodulePurge old webui codeMerge pull request #658 from rizard/masterSupposed to use AND, not ORUpdate travis-ci to test against oraclejdk8. openjdk8 is not supported yet, apparently (but should still work w/Floodlight).Updated to Java 8, junit-4.12, easymock-3.4. Still having trouble having unit tests pass in Eclipse for DeviceManagerImplTest, but they work find in maven and ant. testPacketInBasic and testPacketInBasicIPv6 are the trouble makers (fail occasionally).Merge pull request #657 from rizard/mastermaster-prejava8master-prejava8Update MatchUtils and ActionUtils to fully support parsing 32-bit signed and unsigned port numbers in hex and decimal from strings. Also improved and added more keywords for ingress and output ports to support local, table, normal, controller, in_port, all, and flood without care for the openflow version.Merge pull request #656 from rizard/masterHandle link and port down events in Forwarding. Remove flows ingress and egress a failed port or link to eliminate stale entries. This is done in Forwarding instead of the Link Discovery Manager, since some user modules might not want their flows removed and wish for them to persist until the link comes back up.Merge pull request #655 from rizard/masterDo not send LLDP if we're in SLAVE role
Loading