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.
c1dc8a4e57aab2931f31305f372de02a43f34ed8
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
8
Mar
7
6
4
2
1
28
Feb
26
25
22
20
19
18
15
14
13
12
11
10
9
8
7
6
5
4
2
31
Jan
30
29
28
27
23
21
19
16
12
11
10
7
6
4
3
2
1
31
Dec
30
29
28
27
21
20
19
18
16
13
14
13
12
11
10
7
6
4
3
30
Nov
29
28
21
20
19
18
17
15
14
13
12
11
10
9
8
7
6
5
2
1
31
Oct
30
29
26
25
24
23
22
21
20
19
18
17
16
14
13
12
13
12
11
9
8
6
5
4
2
1
30
Sep
28
29
28
27
26
25
24
23
22
21
20
19
20
19
18
17
15
14
13
12
11
10
9
8
7
6
5
31
Aug
4
Sep
31
Aug
30
29
28
27
31
30
29
27
28
27
22
21
20
17
16
15
14
13
12
11
10
11
10
9
10
9
10
9
10
9
10
9
8
Add trace log message when storage listeneres are notified.
Merge branch 'master' of github.com:bigswitch/bigswitchcontroller
minor comment changes
BT-143 and BT-144 : Fixed a corner case bug in qualifying a policy for duplication-free-path, even if the policy has only one delivery port, if criteria for using duplication-free path is satisfied, then compute a duplication-free path [BT-143]. Introduced a barrier between clean-all-flows and subsequent flow-mod install messages to ensure reliable clean up of flow-table [BT-144].
BSC-2984 -
Add an API to set a hard timeout in routing decision
updating unit tests
Bug fix to attachment point logic - do not treat an attachment point going
code cleanup and small bug fix in devicemanager
Merge branch 'master' of github.com:bigswitch/bigswitchcontroller
code cleanup
BSC-3132
Small bug fixes in link discovery
more code cleanup and thread safety
Merge branch 'master' of github.com:bigswitch/bigswitchcontroller
Code cleanup
Clean up code based on Sudeep's feedback [BVS-328]
[BSC-3247] DeviceManager must learn devices correctly when the ethernet destination MAC in an ARP response is different from sender hardware address. A device corresponding to the sender hardware address and sender protocol address needs to be learned. Update unit tests accordingly.
Add ICMP Manager [BVS-328]
Add 'host' parameter to JythonServer and JythonDebugInterface.
Fix DebugServer#run_server() to use 'host' parameter.
Handle 'port' parameter of Jython in a similar way to REST and Controller classes.
Add 'host' parameter to RestServerApi.
Add an alternative getConfigParams() to access config via class references.
Add 'openflowhost' parameter for core.FloodlightProvider.
Fixed bugs with storage source query evaluation
[BVS-324] Remove the usage of getAPMap() when retrieving attachmentpoints. Its use is needed only when computing duplicates.
Don't return from inside if(log.isTraceEnabled()) BSC-3228
Merge into master from pull request #2616:
NodePortTuple class implements comparable to allow for sorting of nodeport tuples. The sorting is first based on the switch id and then on the port id.
build.xml: increase findbugs memory, exclude more generated code
findbugs-exclude: exclude warnings about thrift generated files
Merge pull request #377 from kwanggithub/master
Upgrading Virtual Network Filter to latest bigswitch/quantum plugin (/networkService/v1.1)
Merge pull request #376 from kwanggithub/master
Floodlight subtree update
BSC-3210 - floodlight was writing a controller node into cassandra, this is incorrect. So, if the properties file does not contain controller-id set, then floodlight will write localhost, which is causing a third controller node is cassandra. also there is no need for first boot and upgrade to write controller-id into properties files. so cleaning these up.
Merge pull request #375 from kwanggithub/master
Revert consolidation changes to write() methods
Use more aggressive findbugs settings for eclipse plugin.
Loading