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.
403e4a4925b007dde2b0d0c8ab031160fab538e8
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
7
Aug
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
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
UI: Fix typo that prevented tables from being stripey as intended.
UI: Remove some unused notifications.
UI: New switch icon that looks more networky and less railroady.
Merge pull request #242 from sriniram/master
Fix a failing unit test.
Merge pull request #241 from sriniram/master
Updates to attachment point learning and udpating. DeviceManager listens to topologyChanged() events. Whenever a port goes down or a switch is removed, attachment points are updated. Cleanup of link discovery manager updates; cleanup also includes port up/down switch update/removed messages.
simplified firewall data structures and revised rule matching algorithm
Merge remote-tracking branch 'upstream/master'
Merge branch 'master' of github.com:floodlight/floodlight into hot-failover
Merge into master from pull request #240:
Move initialization of topology from startUp() to init().
Merge into master from pull request #239:
Topology Manager must create a new topology instance in startup.
Merge pull request #238 from sriniram/master
portEnabled(short) should return false if a port is not present. TopologyManager checks for "Special" ports and port status as part of "isAttachmentPointPort". The checking of this logic in devicemanager is remoed.
Merge pull request #237 from sriniram/master
Rewrite of attachment point logic. Attachmetn points are maintained independent of entities. Update test cases. Duplicate Mac test is disabled for the time being.
handle link removal on SLAVE
merge with trunk
Merge into master from pull request #235:
Remove methods that change static IEntityClass variable
Merge into master from pull request #234:
Add null pointer check to prevent exception
q
Merge into master from pull request #233:
Fixed prev checkin (b5f2b1b)
Merge remote-tracking branch 'floodlight/master' into misc
Fixed handling of firstRoleReplyReceived in error case
Made the packet dump slightly easier to read
Added check for decode to avoid out of order invocation (wrt to decodeLast)
Merge branch 'master' of github.com:floodlight/floodlight
link notification
Merge into master from pull request #231:
Do not send HA role change upddate if the old and new rules are the same.
Merge into master from pull request #230:
TopologyManager should drop all packets if isAllowed() is false. Some code cleanup.
Merge pull request #229 from maiergre/addrspace
add newline
Merge into master from pull request #228:
Loading