Created
June 10, 2013 09:00
-
-
Save soohyunc/5747394 to your computer and use it in GitHub Desktop.
An example of .vic config file (turn on loopback interface by default)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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