From 26c61734dafde009ebe7f0c7dea05d8b9123c28c Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Sun, 25 Mar 2012 15:41:02 -0700 Subject: [PATCH] Add cgroup and ethtool dependencies for mininet (w/hifi integration.) --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index fcc027a..1393be4 100755 --- a/util/install.sh +++ b/util/install.sh @@ -123,7 +123,7 @@ function kernel_clean { function mn_deps { echo "Installing Mininet dependencies" $install gcc make screen psmisc xterm ssh iperf iproute \ - python-setuptools python-networkx + python-setuptools python-networkx cgroup-bin ethtool if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" = "10.04" ]; then echo "Upgrading networkx to avoid deprecation warning"