#!/bin/sh

# IPv6 6to4
v6_wan_mode=`nvram_get v6_wan_mode`
if [ -x /sbin/6to4.sh -a "$v6_wan_mode" = "5" ]; then
	/sbin/6to4.sh stop
fi
