diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-05 00:07:34 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-05 00:07:34 +0000 |
commit | 2f621668a194299105d857ef1cf95c146260f38c (patch) | |
tree | 921f758a2cfb9afc4a63abb21b5b7a791e5a10a3 /etc/uanytun/client1/post-up.sh | |
parent | updated ChangeLog (diff) |
added linux (debian) initscript
Diffstat (limited to 'etc/uanytun/client1/post-up.sh')
-rwxr-xr-x | etc/uanytun/client1/post-up.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/uanytun/client1/post-up.sh b/etc/uanytun/client1/post-up.sh new file mode 100755 index 0000000..18c42fb --- /dev/null +++ b/etc/uanytun/client1/post-up.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +ip addr add dev $1 fde5:30c9:1984::1/48 + +exit 0 |