This repository was archived by the owner on Mar 31, 2023. It is now read-only.
forked from mininet/oflops
-
Notifications
You must be signed in to change notification settings - Fork 2
Integrate with ACA's packet in; added throttling for sending packet ins. #1
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
e833481
Applied recent changes of fakeswitch.c
zzxgzgz c086485
Changed vlan_id and commented out the code that changes the ip and ma…
zzxgzgz 56e2d93
More debug msg for fake switch
zzxgzgz a583f4b
Try to comment out unwanted function
zzxgzgz 6c85305
Added debug msg in fakeswitch read/write
zzxgzgz c1c7c4b
Suspect cbench is not able to make connection
zzxgzgz fb95f05
Added more logs
zzxgzgz 02a9607
Try to change destination_ip for different fake switches, to see if i…
zzxgzgz 354f597
Tried to make different destination IPs for packet_ins
zzxgzgz 6668f41
Added log for destination IPs
zzxgzgz 0be1c5c
Added log
zzxgzgz ccda506
Modified destination IP generation
zzxgzgz ce65662
Don't use 0 or 1 as the last octec of destination IPs
zzxgzgz a89f821
Also not using 10.0.0.10, as it is on the same host, when host 1 has …
zzxgzgz da2d6e5
Added integration with ACA + Throttling
zzxgzgz acdf50e
Removed .deps folder
zzxgzgz 1a36e6c
Removed .libs folder
zzxgzgz 8240a63
Removed ./autom4te folder; updated .gitignore
zzxgzgz d412271
Removed more files
zzxgzgz 0aaf021
Removed a lot of generated files; updated .gitignore
zzxgzgz 46b3761
Removed more files and updated .gitigmore
zzxgzgz 61b0780
Removed more files and updated .gitignore
zzxgzgz 32f4e30
Removed more files and updated .gitignore
zzxgzgz 4c02ec4
Removed more files and updated .gitignore
zzxgzgz 5f858c7
Added back some Makefile s that were already in the repo
zzxgzgz 2c554fe
Delete unwanted local file
zzxgzgz 6f91d71
Added back cbench/Makefile.am; fixed typo in cbench/cbench.c
zzxgzgz 4c05eee
Addressed issues found in PR review
zzxgzgz 48db0c7
Addressed issues found in PR review
zzxgzgz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| netfpga-packet-generator-c-library | ||
| openflow | ||
| ./netfpga-packet-generator-c-library | ||
| ./openflow | ||
| netfpga-packet-generator-c-library | ||
| openflow | ||
| cbench/cbench | ||
| ./.libs | ||
| ./.deps | ||
| ./Makefile* | ||
| ./autom4te.cache | ||
| *.o | ||
| *.lo | ||
| *.la | ||
| *.a | ||
| ./missing | ||
| ./libtool | ||
| ./install-sh | ||
| ./compile | ||
| ./config.guess | ||
| ./config.log | ||
| ./configure | ||
| ./depcomp | ||
| *Makefile | ||
| *Makefile.in | ||
| ./ltmain.sh | ||
| ./doc/doxygen.conf | ||
| ./stamp-h1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule openflow
added at
82ad07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.