summaryrefslogtreecommitdiff
path: root/roles/router/templates/tinc-up.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/router/templates/tinc-up.j2')
-rwxr-xr-xroles/router/templates/tinc-up.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/router/templates/tinc-up.j2 b/roles/router/templates/tinc-up.j2
deleted file mode 100755
index 8c26aa9..0000000
--- a/roles/router/templates/tinc-up.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-ip link set $INTERFACE up
-ip -6 addr flush dev $INTERFACE
-ip addr add {{ tinc.address }} dev $INTERFACE
-{% if tinc.extra_up is defined %}
-{% for cmd in tinc.extra_up %}
-{{ cmd }}
-{% endfor %}
-{% endif %}