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.
00a3ac2d2b8833e1c06df86e0ef4a79e03e951dc
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
14
Sep
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
23
24
23
22
21
18
17
16
15
16
15
14
15
14
11
10
8
7
Merge pull request #303 from sriniram/master
Send the device moved notification only if the attachment points belong to different broadcast domains.
Merge remote-tracking branch 'floodlight/master' into spoofing
Merge into master from pull request #302:
Bug fix: Whenever a device with new entity was created that causes a change in attachment point, deviceMoved notification should be sent after the indices are updated.
Merge into master from pull request #301:
Merge branch 'master' of github.com:alexreimers/floodlight
BSC-1687 -
Remove a lot of log messages that were slowing everything down
Merge into master from pull request #300:
Remove a lot of log messages that were slowing everything down
Merge into master from pull request #299:
Update unit test to account for 1 second offset.
When a packet-in is seen on the same attachment point as before, retain the active since from the old one.
Merge into master from pull request #294:
Made changes to test to incorpate change in classState map in device manager.
Merge pull request #298 from sriniram/master
Do not push packet out if outport matches inport.
Merge into master from pull request #298:
Update to attachment point logic. NewAP is always given preference if it is not broadcast domain port and its active time is later than oldAP.
Rewrite of reclassify, made learnDeviceByEntity the only place where devices get created or updated (through re-allocation).
Merge branch 'master' of github.com:floodlight/floodlight
Merge into master from pull request #297:
If an attachment point port from packet-in does not replace already known attachment point, put it in oldAP list only if it was picked up from oldAP list. Otherwise, ignore the attachment point.
Merge into master from pull request #296:
Bug fix: when an attachment point from packet-in (newAP) does not replace the already known attachment point (oldAP), then we need to put newAP in the oldAPlist for possibly flagging it as duplicate in the future. Earlier, we were adding the already known attachment point in the list.
Merge into master from pull request #295:
Clear out oldAPs whenever updateAttachmentPoint() is called as it is triggered due to topologyChange and device reclassification.
Changes to classState map to use IEntityClass name as key now. Also debug logs sprayed around some methods for more visibility if required while debugging.
Merge pull request #293 from sriniram/master
Update to attachment point comptuation to flag devices flapping between two switch ports. Enable duplicate mac unit tests.
Merge into master from pull request #292:
Bug fix in attachment point comparison.
Add hook to DeviceManager to allow discarding entities before learning.
Merge into master from pull request #290:
IOFSwitch: add methods to lookup ports by name or number.
Merge pull request #291 from kjiang/master
Add logic to select device APs in mockDevice for ease of unit-tests
Reclassify all devices that belong to changed entityclasses or null entity class. And also some fixes to prevent race conditions.
Merge into master from pull request #289:
Loading