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.
57906810a6f7d91061e311ed13820ec0c85bde98
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
Jun
6
5
4
3
2
1
29
May
26
23
13
12
11
10
1
30
Apr
27
20
19
18
17
16
13
8
3
27
Mar
26
20
19
17
16
15
14
13
12
10
9
3
27
Feb
20
16
5
4
20
Jan
12
30
Dec
29
25
23
22
21
19
18
17
16
15
12
1
21
Nov
20
18
14
13
10
7
5
3
1
31
Oct
30
27
26
10
24
Sep
16
15
14
11
29
Aug
27
21
19
17
16
15
14
13
12
11
10
8
7
6
5
4
31
Jul
30
28
18
Jun
21
Apr
20
6
25
Mar
7
5
4
2
28
Feb
1
Mar
30
Dec
20
5
Nov
30
Oct
17
Sep
7
5
6
Aug
2
22
Jul
17
28
Jun
26
25
24
23
22
21
20
19
18
17
14
13
12
11
10
7
6
5
4
3
2
31
May
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
3
2
modified pom.xml to include LICENSE.txt, NOTICE.txt and README.md from root folder into final jar
Merge pull request #2 from AndreMantas/AndreMantas-writePacketOutForPacketIn
Update LearningSwitch.java
Update OFMessageUtils.java
Update OFMessageUtils.java
Merge pull request #1 from AndreMantas/AndreMantas-writePacketOutForPacketIn
Update OFMessageUtils.java
Merge pull request #552 from rizard/master
Updated OpenFlowJ-Loxi with IPv6 of(byte[]) patch.
Merge pull request #551 from rizard/master
Patched ARP class to use MacAddress, IPv4Address, and ArpOpcode, as it should. This makes it safer and avoids primitive data types.
Fixed ant unit tests! =)
Added an example in testmodule. Not important really.
Merge branch 'master' of http://github.com/floodlight/floodlight
Fixed some unit test dependency issues where there are multiple @Before annotated methods.
Merge pull request #549 from oxisto/hotfix/unit-test
re-enabled unit tests
fixed failed unit test because of new handleOutgoingMessage() in IOFSwitchManager
Merge pull request #546 from oxisto/feature/maven-integration
upgraded to the lastest RESTlet version because of jackson dependency
Merge pull request #547 from oxisto/feature/handle-outgoing
minor cleanup for handle-outgoing-messages feature
first attempt to re-enable message listeners to receive outgoing OF
added jsslutils
adjusted restlet version
adjusted library versions
added maven wrapper (excluded tests for now)
Merge pull request #544 from rizard/master
Fixed what was likely one of the dependency issues in the unit tests. There were two @Before annotations on functions in the handshake handler tests. setUp() depends on setUpFeaturesReply(); but if they are both @Before, there's no guarantee the first @Before (features reply) will be executed before the second @Before (setup). Removed @Before annotation from setUpFeaturesReply() and manually invoke that function from within setUp() so that the featuresReply class variable is set when it's needed in setUp().
Comma-delimited now. There will be an issue if a key is invalid, but this is a good start. If a key is invalid, we might output a double-comma where the key would have normally been inbetween.
Fix action list serialization to JSON format. We can have more than one of each action in the list, so when the JSON parser at the client end displays the string, it will only show the last key of each duplicate key (which is not good).
Support masked flow mods inserted into the SFP via an OFFlowAdd. This is different from MatchUtils, since we have to put into the map with the SFP's column keys.
Merge pull request #540 from oxisto/upstream/master
Merge pull request #537 from Pengfei-Lu/patch-2
Merge pull request #543 from phpHavok/master
Added a more useful toString() method.
minor changes in variable name and description of flag to include
small change in description for SEND_FLOW_REM flag
added option to add SEND_FLOW_REM flag into new flowmod messages
Merge pull request #536 from rizard/master
Loading