Fix a typo in ipv6_down().
We weren't skipping extraneous entries in the ifconfig | grep inet6 case. Submitted by: Ashutosh Kumar AK0037447 at TechMahindra.com MFC after: 1 week
This commit is contained in:
parent
56c732fb89
commit
da9de450af
@ -754,7 +754,7 @@ ipv6_down()
|
||||
IFS="$_ifs"
|
||||
for _inet6 in $inetList ; do
|
||||
# get rid of extraneous line
|
||||
case $_inet in
|
||||
case $_inet6 in
|
||||
inet6\ *) ;;
|
||||
*) continue ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user