Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
floodlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
croft1
floodlight
Graph
93030da5ba108b7dc853be5dc8a8f89d93b8774c
Select Git revision
Branches
20
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
Tags
10
v1.2
v0.91
v1.1
v1.0
v0.90
v0.85
v0.82
v0.8
asplus-rc5
asplus-rc2
30 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Mar
6
5
4
3
2
1
29
Feb
28
27
25
24
23
22
21
20
17
16
15
14
13
12
10
9
8
7
6
3
1
31
Jan
30
29
28
27
25
24
23
21
20
19
18
17
16
15
14
13
12
13
12
11
10
9
8
4
3
2
1
31
Dec
30
22
23
22
21
20
19
16
Add Null/ClassCastException checks to the event history REST APIs.
Changed FloodlightModuleContext to create/return an empty configuration parameter map if a module requests it and it doesn' exist.
Use canonical names of services insread of strings.
Use writeLink instead of writeLinkInfo at all places.
New method to identify if a port is broadcastDomainPort or not.
Merge into master from pull request #42:
Add per-port broadcast cache hit counter
Remove redundent field in counterName
Add per-port broadcast cache hit counter
release.asplus.…
release.asplus.bvs
Merge into master from pull request #41:
Fix unit tests to work with module config parameters.
Merge remote-tracking branch 'floodlight/master'
Merge branch 'master' of github.com:floodlight/floodlight
Changed the order we look for configuration files. The order is:
Initial support for OVS-style role request messages and maintaining connections with switches in a backup role [#23366119].
Use Java properties (either via config file or command line) for per-module specific configuration files. Note: This obsoletes previous command line configuration properties apart from -cf (configuration file).
Renaming old topology.* to linkdiscovery.*; and renaming topologymanager to topology.
Merge branch 'master' of github.com:floodlight/floodlight
Add most of code for (efficient) secondary indices on device information
Use the same destination rooted tree for broadcast purpose.
Merge into master from pull request #39:
Move getData from OFMessageFilterManager to OFMessage and remove the dependency of CoreModule on IOFMessageFilterManagerService.
New TopologyManager. Previous TopologyImpl would simply do link discovery. Cosmetic refactoring (renaming etc.) would be done separately.
Some cleanups to IPktInProcessingTimeService.
Strip whitespace when reading modules from the configuration file.
Removing Long objects in IRoutingService.
Updates to BroadcastTree data structure; Renaming of IRoutingEngineService to IRoutingService; Updates to signatures of IRoutingService interface methods.
Bug fix. Assign type during the Update object instantiation.
Remove IOFSwitch references from ITopologyService interface.
Cosmetic changes. Changing "cluster_merged" to "topology_changed".
Refactoring Link and Route data structures in the RoutingImpl.
Move LRUHashMap from RoutingImpl to util.
Removing IOFSwitch usage from ILinkDiscoveryListener.
Introduce ILinkDiscovery as the base class from which ILinkDiscoveryService and ILinkDiscoveryListener are extended. Introduce link types in ILinkDiscovery. The link type is sent to all listeners.
Merge into master from pull request #38:
Re-write of the Static Flow Entry Pusher. This one uses memory storage notifications and supports more actions.
Added check for flush() being called with no messages having been sent
Fixing a null pointer exception in situations where there are no links a topology.
Merge into master from pull request #37:
added missing file to unbreak build
Loading