MFC r278933:

Fix a typo in ipv6_down().

  Submitted by:	Ashutosh Kumar AK0037447 at TechMahindra.com
This commit is contained in:
rpaulo 2015-02-26 19:56:48 +00:00
parent c01620e952
commit acb7a45ef0

View File

@ -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