Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 19:56:49 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r279327 - stable/10/etc
Message-ID:  <201502261956.t1QJunkN083921@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502261956.t1QJunkN083921>