Skip to content

Instantly share code, notes, and snippets.

@soohyunc
Created June 10, 2013 09:00
Show Gist options
  • Save soohyunc/5747394 to your computer and use it in GitHub Desktop.
Save soohyunc/5747394 to your computer and use it in GitHub Desktop.
An example of .vic config file (turn on loopback interface by default)
#!/bin/sh
#\
exec wish4.2 "$0" "$@"
#
proc user_hook {} {
global V
$V(data-net) loopback 1
$V(ctrl-net) loopback 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment