summaryrefslogtreecommitdiff
path: root/roles/router/templates/tinc-up.j2
blob: 93ab2054c9f94d1dbe3af5358a5ea26e2cbda205 (plain)
1
2
3
4
#!/bin/sh
ip link set $INTERFACE up
ip -6 addr flush dev $INTERFACE
ip addr add {{ tinc.address }} dev $INTERFACE