forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This brings in STT. Conflicts: tutorial/ovs-sandbox
- Loading branch information
Showing
127 changed files
with
4,085 additions
and
726 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -66,3 +66,4 @@ _debian | |
odp-netlink.h | ||
OvsDpInterface.h | ||
/.vagrant/ | ||
testsuite.tmp.orig |
This file contains 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 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#!/bin/bash | ||
|
||
sudo apt-get update -qq | ||
sudo apt-get install -qq libssl-dev llvm-dev | ||
sudo apt-get install -qq gcc-multilib | ||
sudo -E apt-get update -qq | ||
sudo -E apt-get install -qq libssl-dev llvm-dev | ||
sudo -E apt-get install -qq gcc-multilib | ||
if [ "$DPDK" ]; then | ||
sudo apt-get install -qq libfuse-dev | ||
sudo -E apt-get install -qq libfuse-dev | ||
fi | ||
|
||
git clone git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git | ||
cd sparse && make && sudo make install PREFIX=/usr && cd .. | ||
cd sparse && make && sudo -E make install PREFIX=/usr && cd .. |
This file contains 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 |
---|---|---|
|
@@ -24,6 +24,7 @@ Arun Sharma [email protected] | |
Aryan TaheriMonfared [email protected] | ||
Ashwin Swaminathan [email protected] | ||
Ben Pfaff [email protected] | ||
Billy O'Mahony [email protected] | ||
Brian Kruger [email protected] | ||
Bruce Davie [email protected] | ||
Bryan Phillippe [email protected] | ||
|
@@ -171,6 +172,7 @@ Thomas Lacroix [email protected] | |
Todd Deshane [email protected] | ||
Tom Everman [email protected] | ||
Tsvi Slonim [email protected] | ||
Tuan Nguyen [email protected] | ||
Tyler Coumbes [email protected] | ||
Valient Gough [email protected] | ||
Vivien Bernet-Rollande [email protected] | ||
|
@@ -229,6 +231,7 @@ Chunhe Li [email protected] | |
Ciara Loftus [email protected] | ||
Daniel Badea [email protected] | ||
Dave Walker [email protected] | ||
David Evans [email protected] | ||
David Palma [email protected] | ||
Derek Cormier [email protected] | ||
Dhaval Badiani [email protected] | ||
|
@@ -255,6 +258,7 @@ Henrik Amren [email protected] | |
Hiroshi Tanaka [email protected] | ||
Hiroshi Miyata [email protected] | ||
Hyojoon Kim [email protected] | ||
Ian Stokes [email protected] | ||
Igor Ganichev [email protected] | ||
Igor Sever [email protected] | ||
Jacob Cherkas [email protected] | ||
|
@@ -360,6 +364,7 @@ likunyun [email protected] | |
rahim entezari [email protected] | ||
冯全树(Crab) [email protected] | ||
胡靖飞 [email protected] | ||
张伟 [email protected] | ||
|
||
Thanks to all Open vSwitch contributors. If you are not listed above | ||
but believe that you should be, please write to [email protected]. |
This file contains 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
Oops, something went wrong.