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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to