# Wit - on DHCP6 just always run make_resolv_conf .. otherwise stateless dhcp doesn't set DNS since old and new_dhcp6_server are always the same
case $reason in
BOUND6|RENEW6|REBIND6|REBOOT6)
make_resolv_conf
;;
esac