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.
92116b67b22cd7ed3c2b30117dbe81d805da13ad
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
20
Oct
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
7
6
3
2
1
31
Jul
30
29
28
27
26
25
23
22
20
19
18
17
16
14
13
11
10
9
7
6
5
4
3
4
3
2
1
29
Jun
28
27
26
25
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
Merge remote-tracking branch 'bigswitch/master' into misc
Reduce default size of OFMessageDamper cache to be nicer to the jvm
BSC-2695 changes made per Gregor's review
Merge remote-tracking branch 'bigswitch/master' into misc
Remove unnecessary locks by using volatile and concurrent set.
Merge pull request #326 from wargoth/master
Reverted back changes in import block
fix the tab error again
fix merge error: remove tab
this fixed the switches with the same DPID bug BSC-2695
update local view Merge remote-tracking branch 'bigswitch/master'
fix the junit test failure
update from master Merge remote-tracking branch 'bigswitch/master'
this is to fix the Switch with same DPID bug
Changes to REST API for links. http://<controller>:8080/wm/topology/links/json would now return only direct and tunnel links (LinkType.DIRECT_LINK or LinkType.TUNNEL). To get external links, use http://<controller>:8080/wm/topology/external-links/json.
OFPacketOut message prints packetData as hexstring
Topology recompute task now runs every half a second.
Add isTunnelPort() to ILinkDiscoveryService. A tunnel port is not an attachment point port even if no links are found through it.
Fixed 'illegal start of expression' when using Sun JDK 6 compiler
merging in Floodlight changes
Merge pull request #324 from oshothebig/javadoc
Merge pull request #323 from alexreimers/master
BDDP packets are now transmitted with BSN Eth-type. Minor refactoring of the code inclues: (1) Removal of BDDP class; (2) Using LLDP encapsulated inside BSN header for BDDP functionality.
Fix an issue in the REST API where setting datalayer MAC addresses in OFActions was not getting displayed properly.
Merge into master from pull request #1515: TopologyManager should not process switch removed and port down messages explicitly as they are processed by link discovery module and generate corresponding link removed events. (https://github.com/bigswitch/bigswitchcontroller/pull/1515)
Merge into master from pull request #1514: Add RARP ethertype (https://github.com/bigswitch/bigswitchcontroller/pull/1514)
Pretty print LDUpdate
TopologyManager should not process switch removed and port down messages explicitly as they are processed by link discovery module and generate corresponding link removed events.
Add RARP ethertype
Changes to autoportfast working. Quarantining a fast port does not depend on whether the autoportfast feature is enabled or not.
LLDP and BDDP should be suppressed only if the autoportfast feature is enabled.
Rename isLLDPSuppressed to isLinkDiscoverySuppressed. Rewrite of autoPortFast feature and how the ports are added to quarantine and maintenance.
Do not send forward LLDPs or BDDPs on fastports.
updated RoleChange unittest to allow BAD_REQUEST:EPERM
Relax our BAD_VENDOR checking to be liberal in what we receive
Fix mismatch between Javadoc comment and method argument
fix queuing of flows to be reconciled
more log
Firewall cleanup + allowing wildcard_hints in forwarding + Firewall unit test revision
Creating RoutingDecision as only class implementing IRoputingDecision; updating all exisitng dependencies
Loading