summaryrefslogtreecommitdiff
path: root/playbooks.d/vpn-tinc/share/tinc-up-ip
blob: 105d8a503acf67a97593b1db5069431d12cceba0 (plain)
1
2
3
4
5
6
#!/bin/sh

ip -4 addr add "${ip4}/16" dev "$INTERFACE"
ip -6 addr add "${ip6}/64" dev "$INTERFACE"

ip link set "$INTERFACE" up