Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 19:32:01 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139153 for review
Message-ID:  <200804011932.m31JW1YF096332@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139153

Change 139153 by sam@sam_ebb on 2008/04/01 19:31:07

	mark interface UP after any specified cmds are applied to
	the interface; this is important for parameters that must
	be applied only when the interface is down but also seems
	to make more sense

Affected files ...

.. //depot/projects/vap/etc/network.subr#6 edit

Differences ...

==== //depot/projects/vap/etc/network.subr#6 (text+ko) ====

@@ -93,8 +93,8 @@
 
 	ifconfig_args=`ifconfig_getargs $1`
 	if [ -n "${ifconfig_args}" ]; then
+		ifconfig $1 ${ifconfig_args}
 		ifconfig $1 up
-		ifconfig $1 ${ifconfig_args}
 		_cfg=0
 	fi
 



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