Add missing dep for cbench

This commit is contained in:
Brandon Heller
2010-08-16 12:04:23 -07:00
committed by Bob Lantz
parent 011b02f886
commit 9f8c25515f
+1 -1
View File
@@ -186,7 +186,7 @@ function oftest {
function cbench {
echo "Installing cbench..."
sudo apt-get install -y libsnmp-dev
sudo apt-get install -y libsnmp-dev libpcap-dev
cd ~/
git clone git://www.openflow.org/oflops.git
cd oflops