Fix tinc-up generation on windows
authoriczero <iczero@users.noreply.github.com>
Wed, 17 Oct 2018 05:58:52 +0000 (22:58 -0700)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 18 Oct 2018 14:05:21 +0000 (16:05 +0200)
commitc926b3b84317b220828c3d8b6275754c5003dfcf
tree33de0fd866baffe45be5ecec8d8f0540a5b2d0bc
parentf003699633d39840eb61adda9d59a25625e1a5aa
Fix tinc-up generation on windows

- use `%INTERFACE%` instead of `$INTERFACE` on windows
- correct typo in `netsh interface` (was `netsh inetface`)
- remove `static` when setting ipv6 address
src/ifconfig.c