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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
0df0371afba2bbdc29d204e9b57a2e6dd751dee8
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
Begin with the selected commit
Created with Raphaël 2.2.0
25
Jun
24
23
22
21
20
19
16
15
14
13
12
11
9
10
9
8
7
8
7
6
5
4
3
2
3
2
3
2
1
31
May
1
Jun
31
May
30
31
30
29
28
27
26
25
24
23
24
23
22
21
18
17
16
15
16
15
14
15
14
11
10
8
7
5
4
3
2
1
30
Apr
29
28
27
26
25
24
23
24
23
20
18
17
16
13
12
11
10
9
8
6
5
4
3
2
1
31
Mar
30
29
28
27
26
24
23
22
21
20
19
17
16
15
14
13
12
11
9
8
7
6
5
4
3
2
1
29
Feb
28
27
25
24
23
22
21
20
17
16
15
getRoute() method must provide the complete route from source port to destination port even when the route involves only one switch. getRoute() must also not provide route from same switch-port to itself.
Merge into master from pull request #187:
Refactoring Route class and getRoute() methods to maintain and provide a sequence of switch-ports, rather than links. Update unit tests accordingly.
Merge into master from pull request #186:
Link discovery manager must send LDUpdate when port status change message is received if it affects any links that is already known.
Merge pull request #185 from sriniram/master
Link discovery manager must ignore all addresses in the link-local range.
Merge remote-tracking branch 'floodlight/master' into ha-role
Merge into master from pull request #184:
minor syntax change in the REST return value
minor semantics change for system uptime REST API
Merge into master from pull request #183:
System uptime support
Merge pull request #182 from sriniram/master
If a standard LLDP comes from a different network, we should drop it. The standard LLDP mac address could be :00, :03, :0e.
Merge remote-tracking branch 'floodlight/master' into misc
Merge into master from pull request #181:
Added compileall from jyton package
Merge into master from pull request #180:
Use officially assigned BSN ethertype
Merge into master from pull request #179:
Refactoring of how isAttachmentPointPort() and isInternalToOpenflowDomain() are implemented.
Merge into master from pull request #178:
added `make check` as alias for `make tests`
Change link discovery dst mac to 01:80:c2:00:00:0e
Merge into master from pull request #176:
Merge pull request #177 from sriniram/master
Remove IRoutingService dependency from LinkDiscoveryManager.
Change link discovery dst mac to 01:80:c2:00:00:0e
Merge into master from pull request #174:
Merge into master from pull request #175:
Fix a null pointer exception in creating virtual networks.
UI: Display port state (up/down) and speed.
1 - Fix gateway handling in VirtualNetworkFilter.
UI: Display errors and dropped packets on each port.
Merge remote-tracking branch 'floodlight/master' into misc
Merge remote-tracking branch 'maiergre/misc' into misc
Merge branch 'master' of https://github.com/floodlight/floodlight into webui
UI: Update topology graph due to REST API changes.
UI: Make switch list a little prettier while it loads.
Loading