svn commit: r279327 - stable/10/etc
Rui Paulo
rpaulo at FreeBSD.org
Thu Feb 26 19:56:49 UTC 2015
Author: rpaulo
Date: Thu Feb 26 19:56:48 2015
New Revision: 279327
URL: https://svnweb.freebsd.org/changeset/base/279327
Log:
MFC r278933:
Fix a typo in ipv6_down().
Submitted by: Ashutosh Kumar AK0037447 at TechMahindra.com
Modified:
stable/10/etc/network.subr
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/etc/network.subr
==============================================================================
--- stable/10/etc/network.subr Thu Feb 26 16:39:57 2015 (r279326)
+++ stable/10/etc/network.subr Thu Feb 26 19:56:48 2015 (r279327)
@@ -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
More information about the svn-src-stable-10
mailing list