Add cgroup and ethtool dependencies for mininet (w/hifi integration.)

This commit is contained in:
Bob Lantz
2012-03-25 15:41:02 -07:00
parent e1246c3741
commit 26c61734da
+1 -1
View File
@@ -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"