#!/bin/sh

SYNONETD_TOOL="/usr/syno/sbin/synonetdtool"
IP="/sbin/ip"

if test -n "${ifconfig_ipv6_local}" ; then
	${IP} -6 route flush dev ${dev} proto boot
	${SYNONETD_TOOL} --refresh-gateway -6
fi
