Add missing dep for cbench

This commit is contained in:
Brandon Heller
2010-08-05 16:56:50 -07:00
parent 32b122bf42
commit 6aa7f3493b
+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