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.
8393667f500ba486673ccd7885559d00283ab393
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
3
Apr
2
1
31
Mar
30
29
28
27
26
24
23
22
21
20
19
17
16
15
14
13
12
11
9
8
7
6
5
4
3
2
1
29
Feb
28
27
25
24
23
22
21
20
17
16
15
14
13
12
10
9
8
7
6
3
1
31
Jan
30
29
28
27
25
24
23
21
20
19
18
17
16
15
14
13
12
13
12
11
10
9
8
4
3
2
1
31
Dec
30
22
23
22
21
20
19
16
Merge into master from pull request #72:
Reduce log level of some messages
Fix an issue causing infinite broadcast loops in OpenFlow topologies that have loops.
v0.82 v0.82
v0.82 v0.82
Merge pull request #71 from alexreimers/master
Fix an issue causing infinite broadcast loops in OpenFlow topologies that have loops.
Merge into master from pull request #70:
Add message to debug flapping between the same port
broadcast ARP for cluster that doesn't have the dst device's AP
Merge remote-tracking branch 'floodlight/master'
Merge remote-tracking branch 'maiergre/master'
Introduce a convenience method inSameIsland, which is the same as inSameCluster. In future, they may have different functionalities.
Introduce a method called isConsistent(..) that compares an old attachment and a new attachment point. If the new attachment point is not consistent with the old one, then it has to be learnt by the device manager.
Merge into master from pull request #69:
Fix a bug for checking BDDP packet if the packet is not unicast for it to continue down the processing chain.
If the incoming node port is blocked, allow only unicast and BDDP packets to continue down the processing chain.
Interface methods for getting outgoing broadcast ports from a between two switch port tuples.
Removing prints not through logger
Remove obsolete ITopology method stubs from LinkDiscoveryManager. Clean up logging.
Merge into master from pull request #67:
Merge into master from pull request #68:
Topology service can provide alternative broadcast port given a src/dst pair
When the device manager gets cleaned up (or when during topologyChanged), it should consider the time difference between switching from broadcast to non-broadcast attachment points (as they might be previously on two different switches).
Harden up HexString.fromHexString() and check for errors in the DeviceManager REST API.
Check for the correct MAC address size when getting a device from DeviceManager.
Added a DeviceManager REST API. You can use this to see what devices the controller has learned along with their IPs and attachment points.
Merge pull request #66 from kjiang/master
Fix a bug and some cleanup in topology
Remove obsolete ITopology method stubs from LinkDiscoveryManager. Clean up logging.
Merge into master from pull request #65:
Merge branch 'master' of github.com:floodlight/floodlight
Merge into master from pull request #64:
Only remove flows on move when the cookie is from forwarding
fix eclipse env
Device manager should implement ITopologyListener to clear out attachment points when topology changes.
(1) Device manager will drop packets (as the first step) if the topology indicates the packet-in port is not allowed for incoming transmissions. (2) Remove a log message from LinkDiscoveryManager. (3) Topology provides a service called isAllowed() that indicates if the port is enabled for incoming and outgoing traffic. (4) Tests are modified accordingly.
Merge into master from pull request #63:
Broadcast BDDP from another controller only if myId is less than the other's.
remove build dependency on thrift
fix a mistake in merge
Merge remote-tracking branch 'floodlight/master'
Loading