#!/bin/bash # Rename existing virtnet nodes to either nodes or names # # Read the comments in this script or the help for details. # For more info see: http://sandilands.info/sgordon/virtnet # # $Revision$ # $Author$ # $Date$ # $URL$ # Script parameters newnametype=""; oldnametype=""; topology="" virtnethostpath="`dirname $BASH_SOURCE`/../../" vmusername="root" idfile="`dirname $BASH_SOURCE`/../../data/defaults/root/.ssh/id_rsa" portbase=2200 function usage { cat <