Changes between Version 4 and Version 5 of HowTo/DeleteRoutesInstalledByInstaGENI


Ignore:
Timestamp:
04/25/17 16:25:11 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/DeleteRoutesInstalledByInstaGENI

    v4 v5  
    1919ifconfig -a | grep eth | awk '{ if (substr($1,4,4) !=0) { print "sudo ifconfig " $1 " up"}}' |sh
    2020}}}
    21 A compressed tar version of this script suitable for use as an install/execute script can be [http://www.gpolab.bbn.com/experiment-support/Utilities/ClearRoutesIG.tar.gz downloaded here].
     21A compressed tar version of this script suitable for use as an install/execute script can be [https://github.com/GENI-NSF/geni-support/raw/master/Utilities/ClearRoutesIG.tar.gz downloaded here].
    2222
    2323For information on adding and install/execute script to your RSpec, see [wiki:HowTo/WriteInstallScript this page].