From 8f30aa00178603d1820db6613a4f745ea1222bba Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Tue, 9 Mar 2010 22:30:18 -0800 Subject: [PATCH] Update install instructions --- util/deb/install_mn_deps.sh | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/util/deb/install_mn_deps.sh b/util/deb/install_mn_deps.sh index 57a409b..100315f 100755 --- a/util/deb/install_mn_deps.sh +++ b/util/deb/install_mn_deps.sh @@ -5,16 +5,8 @@ #Install dependencies: sudo apt-get install -y screen psmisc xterm ssh iperf iproute python-setuptools -#Get the source, with the customtopos branch (for now, this should be removed shortly): -git clone git@yuba.stanford.edu:mininet.git -cd ~/mininet -git checkout -b customtopos origin/customtopos - #Add sysctl parameters as noted in the INSTALL file to increase kernel limits to support larger setups: -sudo su -c "cat /home/mininet/mininet/sysctl_addon >> /etc/sysctl.conf" +sudo su -c "cat /home/mininet/mininet/util/sysctl_addon >> /etc/sysctl.conf" #Load sysctl settings: -sudo sysctl -p - -#Reboot to ensure you start with higher limits and verify that the IPv6 module is not loaded, plus there's an unknown issue where you need to reboot before the kernel datapath will get added (sorry). -sudo reboot \ No newline at end of file +sudo sysctl -p \ No newline at end of file