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.07Jul6542130Jun292321201814231May1817161210532130Apr2928262421116330Mar29282625241715135425Feb24232219181298754225Jan22211110423Dec22191817161514111087543124Nov13126429Oct12876528Sep21114331Aug2120181513121128Jul222116830Jun292726242322191812109865432129May262313121110130Apr272019181716138327Mar262019171615141312109327Feb20165420Jan1230Dec2925232221191817161512121Nov2018141310753131Oct3027261024Sep1615141129Aug27211917161514131211108765431Jul302818Jun21Apr20625Mar754228Feb1Mar30Dec205Nov30Oct17Sep756AugFinally! Maven works a lot better. (1) create single jar with all dependencies. This is a much larger jar, but it is directly portable to another system... just use -cf and point to the floodlightdefault.properties file. (2) reduce unit test log verbosity... drastically. (3) include version and name in manifest for new version REST API. Note this also includes the web interface in the jar if the web interface submodule has been fetched prior to building the controller.update log message typoRemove old makefile. Add round #1 of version support via REST API. The included code adds a /wm/core/version/json REST API. This will work in Eclipse and in situations where the jar is being run in the build environment with the pom.xml. It will not work when the jar has been compiled and relocated outside of the build environment. For this, we need to come up with a solution to build in the version at compile-time. This will either incorporate it as code or save it somewhere in the classpath.Merge remote-tracking branch 'brobertson/firewall_cookies' into firewall_cookiesSome modifications (merging new code)Resolved 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 merge
Loading