network/salt/upstream/routes
2019-04-01 09:35:48 +02:00

8 lines
146 B
Bash

#!/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