PERFORCE change 139153 for review

Sam Leffler sam at FreeBSD.org
Tue Apr 1 12:32:02 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=139153

Change 139153 by sam at 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
 


More information about the p4-projects mailing list