summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2015-02-26 19:56:48 +0000
committerrpaulo <rpaulo@FreeBSD.org>2015-02-26 19:56:48 +0000
commitacb7a45ef0298469fc01a1adb6ef6cf280b3f181 (patch)
tree4e74c7b3497584af9eb40c4c0e8a85b889e8e872 /etc
parentc01620e95226f709ada46f702fc18f0efbde253d (diff)
downloadFreeBSD-src-acb7a45ef0298469fc01a1adb6ef6cf280b3f181.zip
FreeBSD-src-acb7a45ef0298469fc01a1adb6ef6cf280b3f181.tar.gz
MFC r278933:
Fix a typo in ipv6_down(). Submitted by: Ashutosh Kumar AK0037447 at TechMahindra.com
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 5879baf..d621b2c 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
OpenPOWER on IntegriCloud