Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(367)

Issue 4266051: Ns-3 OpenFlow, modular (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by Josh Pelkey
Modified:
13 years, 1 month ago
Reviewers:
CC:
ns-3-reviews_googlegroups.com, Blake Hurd
Visibility:
Public.

Description

Updated from http://codereview.appspot.com/1872049/ Summary of changes since latest update in above code: 1) Move everything to src/openflow for modularization. 2) Rename module from switch to openflow. 3) Rename files to be more specific to openflow: switch-net-device -> openflow-switch-net-device switch-helper -> openflow-switch-helper csma-switch.cc -> openflow-switch.cc switch.h -> openflow-switch.h 4) Rename corresponding classes (since changing file name above) 5) Fix up wscripts for this and add openflow example to test.py 6) Update documentation to reflect the changes

Patch Set 1 #

Patch Set 2 : Small update to doc #

Patch Set 3 : Add boost check and update doc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4748 lines, -0 lines) Patch
A src/openflow/doc/openflow-switch.h View 1 2 1 chunk +158 lines, -0 lines 0 comments Download
A src/openflow/examples/openflow-switch.cc View 1 chunk +215 lines, -0 lines 0 comments Download
A src/openflow/examples/wscript View 1 chunk +6 lines, -0 lines 0 comments Download
A src/openflow/helper/openflow-switch-helper.h View 1 chunk +105 lines, -0 lines 0 comments Download
A src/openflow/helper/openflow-switch-helper.cc View 1 chunk +97 lines, -0 lines 0 comments Download
A src/openflow/model/openflow-interface.h View 1 chunk +567 lines, -0 lines 0 comments Download
A src/openflow/model/openflow-interface.cc View 1 chunk +1135 lines, -0 lines 0 comments Download
A src/openflow/model/openflow-switch-net-device.h View 1 chunk +550 lines, -0 lines 0 comments Download
A src/openflow/model/openflow-switch-net-device.cc View 1 chunk +1584 lines, -0 lines 0 comments Download
A src/openflow/test/openflow-switch-test-suite.cc View 1 chunk +193 lines, -0 lines 0 comments Download
A src/openflow/waf View 1 chunk +1 line, -0 lines 0 comments Download
A src/openflow/wscript View 1 2 1 chunk +131 lines, -0 lines 0 comments Download
M src/wscript View 3 chunks +3 lines, -0 lines 0 comments Download
M test.py View 2 chunks +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b