svn commit: r201216 - head/etc

John Baldwin jhb at FreeBSD.org
Tue Dec 29 21:06:50 UTC 2009


Author: jhb
Date: Tue Dec 29 21:06:49 2009
New Revision: 201216
URL: http://svn.freebsd.org/changeset/base/201216

Log:
  Remove a trailing reference to the obsolete vaps_<IF> variable.
  
  Reviewed by:	brooks
  MFC after:	3 days

Modified:
  head/etc/network.subr

Modified: head/etc/network.subr
==============================================================================
--- head/etc/network.subr	Tue Dec 29 21:03:36 2009	(r201215)
+++ head/etc/network.subr	Tue Dec 29 21:06:49 2009	(r201216)
@@ -1036,7 +1036,7 @@ childif_destroy()
 	local cfg child child_vlans child_wlans ifn
 	cfg=1
 
-	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
 		if ! ifexists $child; then
 			continue


More information about the svn-src-all mailing list