svn commit: r201528 - stable/8/etc

John Baldwin jhb at FreeBSD.org
Mon Jan 4 19:27:17 UTC 2010


Author: jhb
Date: Mon Jan  4 19:27:17 2010
New Revision: 201528
URL: http://svn.freebsd.org/changeset/base/201528

Log:
  MFC 201216:
  Remove a trailing reference to the obsolete vaps_<IF> variable.

Modified:
  stable/8/etc/network.subr
Directory Properties:
  stable/8/etc/   (props changed)

Modified: stable/8/etc/network.subr
==============================================================================
--- stable/8/etc/network.subr	Mon Jan  4 19:01:22 2010	(r201527)
+++ stable/8/etc/network.subr	Mon Jan  4 19:27:17 2010	(r201528)
@@ -568,7 +568,7 @@ childif_destroy()
 {
 	local cfg child child_wlans ifn
 
-	child_wlans="`get_if_var $ifn wlans_IF` `get_if_var $ifn vaps_IF`"
+	child_wlans=`get_if_var $ifn wlans_IF`
 	for child in ${child_wlans}; do
 		ifconfig $child destroy && cfg=0
 	done


More information about the svn-src-stable-8 mailing list