diff --git a/etc/network.subr b/etc/network.subr index 5879baf93bbc..d621b2c6d6ad 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -761,7 +761,7 @@ ipv6_down() IFS="$_ifs" for _inet6 in $inetList ; do # get rid of extraneous line - case $_inet in + case $_inet6 in inet6\ *) ;; *) continue ;; esac