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.
72a5a556b0d11621d683317e2773b1444f4515cc
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
19
Dec
18
17
16
15
14
11
10
8
7
5
4
3
1
24
Nov
13
12
6
4
29
Oct
12
8
7
6
5
28
Sep
21
11
4
3
31
Aug
21
20
18
15
13
12
11
28
Jul
22
21
16
8
30
Jun
29
27
26
24
23
22
19
18
12
10
9
8
6
5
4
3
2
1
29
May
26
23
13
12
11
10
1
30
Apr
27
20
19
18
17
16
13
8
3
27
Mar
26
20
19
17
16
15
14
13
12
10
9
3
27
Feb
20
16
5
4
20
Jan
12
30
Dec
29
25
23
22
21
19
18
17
16
15
12
1
21
Nov
20
18
14
13
10
7
5
3
1
31
Oct
30
27
26
10
24
Sep
16
15
14
11
29
Aug
27
21
19
17
16
15
14
13
12
11
10
8
7
6
5
4
31
Jul
30
28
18
Jun
21
Apr
20
6
25
Mar
7
5
4
2
28
Feb
1
Mar
30
Dec
20
5
Nov
30
Oct
17
Sep
7
5
6
Aug
2
22
Jul
17
28
Jun
26
25
24
23
22
21
20
19
18
17
14
13
12
11
10
7
6
5
4
3
2
31
May
30
29
28
27
26
25
24
Merge pull request #615 from rizard/netty4
Ooops. Can't forget to update build.xml for ant.
Include new OpenFlowJ that fixes async messages
Update OpenFlowJ and Netty for Maven
Patched all unit tests and Netty4 out of order message sending.
We can shutdown gracefully and not wait (as Netty3 did). If not waiting turns out to be a problem, we can wait again.
OMG, it was a timeout that was too short. Good news is that the bootstrap unit test passes. Bad news is that there is a timeout somewhere in the sync module that is way too long and causes the unit tests for sync to take literally a few minutes. Will look into that next.
Fixed a blunder in OFSwitchManager and Controller to allow switches to connect if a server IP isn't explicitly given in floodlihgtdefault.properties. Still can't get sync's bootstrap test to pass. Feels like a race condition b/t update threads.
Updated sync manager to Netty4. Unit tests not passing yet. Fixed OFMeterConfig in core.web.
Clean up
Include the completion listener in the learning switch
Merge pull request #613 from rizard/master
Fix bug in ActionUtils. OF1.0 transport ports were being parsed as shorts. For ports above 32767, this is bad.
Core ported to Netty 4 along with unit tests. Still need to do sync and some loxi-related compile errors in web.serializers.
Merge pull request #612 from rizard/master
Disable statistics collection by default. Add comments.
Added enable/disable REST API to statistics collection module
Initial statistics module commit
Merge pull request #609 from rizard/master
Merge pull request #610 from xuraylei/v0.90
v0.90
v0.90
Merge pull request #611 from xuraylei/v0.91
v0.91
v0.91
Include missing file
Add IControllerCompletionListener to track when the events have been consumed
fix concurrency bugs in LinkDiscoveryManager Module.
fix concurrency bugs
OF-DPA utils integrated into Forwarding
OF-DPA init and learning switch functions created. Possible use is commented out in ForwardingBase.java for the time being.
Merge pull request #608 from xuraylei/master
fix concurrency flaw in DHCPServer Module
fix concurrency flaws in LoadBalancer Module
First round of OF-DPA additions for learning switch functionality.
Merge pull request #603 from rizard/master
Fixed SFP issue where the flow checker would allow a flow w/o a switch specified.
Merge pull request #602 from mindi102680/master
Merge pull request #1 from mindi102680/mindi102680-patch-1
Merge pull request #601 from chechoRP/patch-1
Update MatchUtils.java
Fix for Firewall issue #590
Merge pull request #599 from rizard/master
Finally, finally got to the bottom of the 'simple topology' Forwarding bug.
Loading