Mailinglist Archive: yast-commit (288 mails)
| < Previous | Next > |
[yast-commit] r64045 - /trunk/fcoe-client/src/FcoeClient.ycp
- From: gs@xxxxxxxxxxxxxxxxx
- Date: Thu, 19 May 2011 08:33:44 -0000
- Message-id: <20110519083344.A5D4532639@svn2.opensuse.org>
Author: gs
Date: Thu May 19 10:33:43 2011
New Revision: 64045
URL: http://svn.opensuse.org/viewcvs/yast?rev=64045&view=rev
Log:
remove test code
Modified:
trunk/fcoe-client/src/FcoeClient.ycp
Modified: trunk/fcoe-client/src/FcoeClient.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/FcoeClient.ycp?rev=64045&r1=64044&r2=64045&view=diff
==============================================================================
--- trunk/fcoe-client/src/FcoeClient.ycp (original)
+++ trunk/fcoe-client/src/FcoeClient.ycp Thu May 19 10:33:43 2011
@@ -223,10 +223,6 @@
{
string vlan_interface = "";
- // FOR TESTING !!!!
- if ( interface != "eth3" )
- return vlan_interface;
-
// check whether there is a VLAN interface which is configured for FCoE
string cmd_fcoe = sformat( "LANG=POSIX fipvlan %1", interface );
y2milestone( "Executing command: %1", cmd_fcoe );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu May 19 10:33:43 2011
New Revision: 64045
URL: http://svn.opensuse.org/viewcvs/yast?rev=64045&view=rev
Log:
remove test code
Modified:
trunk/fcoe-client/src/FcoeClient.ycp
Modified: trunk/fcoe-client/src/FcoeClient.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/FcoeClient.ycp?rev=64045&r1=64044&r2=64045&view=diff
==============================================================================
--- trunk/fcoe-client/src/FcoeClient.ycp (original)
+++ trunk/fcoe-client/src/FcoeClient.ycp Thu May 19 10:33:43 2011
@@ -223,10 +223,6 @@
{
string vlan_interface = "";
- // FOR TESTING !!!!
- if ( interface != "eth3" )
- return vlan_interface;
-
// check whether there is a VLAN interface which is configured for FCoE
string cmd_fcoe = sformat( "LANG=POSIX fipvlan %1", interface );
y2milestone( "Executing command: %1", cmd_fcoe );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |