summaryrefslogtreecommitdiff
path: root/etc/uanytun/client1/post-up.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-05 00:07:34 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-05 00:07:34 +0000
commit2f621668a194299105d857ef1cf95c146260f38c (patch)
tree921f758a2cfb9afc4a63abb21b5b7a791e5a10a3 /etc/uanytun/client1/post-up.sh
parentupdated ChangeLog (diff)
added linux (debian) initscript
Diffstat (limited to 'etc/uanytun/client1/post-up.sh')
-rwxr-xr-xetc/uanytun/client1/post-up.sh5
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