#!/bin/sh export PATH=/sbin:/bin:/usr/sbin:/usr/bin if [ "$IFACE" = "{{ interface }}" ]; then ip -6 r a 2000::/3 via fe80::1 dev "$IFACE" fi