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.013Jul1211109876542130Jun292321201814231May1817161210532130Apr2928262421116330Mar29282625241715135425Feb24232219181298754225Jan22211110423Dec22191817161514111087543124Nov13126429Oct12876528Sep21114331Aug2120181513121128Jul222116830Jun292726242322191812109865432129May262313121110130Apr272019181716138327Mar262019171615141312109327Feb20165420Jan1230Dec2925232221191817161512121Nov2018141310753131Oct3027261024Sep1615141129Aug27211917161514131211108765431Jul302818Jun21Apr20625Mar754Added in the routecache. Similar to pathcache, routecache is computed by Yen's algorithm in the compute function. As the name implies, a routecache entry does not need to be built into a route, as it is already built. Future commits will involve replacing patchcache with the new routecache.Transferred over all of the Yen's algorithm additions. This includes getRoutes(). Some additions may have been missed.General code cleanup.Unit test cleanup and bugfix.Merge pull request #1 from brobertson3/firewall_cookiesComments addedMerge branch 'master' into firewall_cookiesFinished test cases for our new codeMerge pull request #680 from rizard/masterfix LLDP HA role handlingMerge pull request #679 from rizard/masterFix HA role REST API and add flag to allow us to toggle the controller's behavior when a transition to STANDBY occurs. For now, since we don't have much logic in other modules to handle STANDBY roles, we'll shutdown, but in the future, we should give the ability to stay running and await the next transition to ACTIVE.Merge pull request #678 from rizard/openflow15allow hex or decimal values for copy_field action parsingMerge pull request #677 from rizard/v1.2v1.2v1.2add version REST APIMerge pull request #676 from rizard/masterallow ant to read project version and name from pom.xml. Ideally, we'd put these constants in a separate file, but maven does not allow these tags to contain variable valuesMerge pull request #675 from rizard/masterFinally! 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()
Loading