Mailinglist Archive: yast-commit (500 mails)
| < Previous | Next > |
[yast-commit] r66396 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
- From: gs@xxxxxxxxxxxxxxxxx
- Date: Wed, 12 Oct 2011 11:53:46 -0000
- Message-id: <20111012115347.3F997322B5@svn2.opensuse.org>
Author: gs
Date: Wed Oct 12 13:53:46 2011
New Revision: 66396
URL: http://svn.opensuse.org/viewcvs/yast?rev=66396&view=rev
Log:
set default values after removing interface
Modified:
branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp?rev=66396&r1=66395&r2=66396&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp Wed Oct 12
13:53:46 2011
@@ -433,9 +433,9 @@
// set new values in global map network_interfaces
card["fcoe_vlan"] = FcoeClient::NOT_CONFIGURED;
- card["fcoe_enable"] = "";
- card["dcb_required"] = "";
- card["auto_vlan"] = "";
+ card["fcoe_enable"] = "yes";
+ card["dcb_required"] =
(card["dcb_capable"]:""=="yes")?"yes":"no";
+ card["auto_vlan"] = "no";
card["cfg_file"] = "";
FcoeClient::SetModified( true );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Oct 12 13:53:46 2011
New Revision: 66396
URL: http://svn.opensuse.org/viewcvs/yast?rev=66396&view=rev
Log:
set default values after removing interface
Modified:
branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp?rev=66396&r1=66395&r2=66396&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/complex.ycp Wed Oct 12
13:53:46 2011
@@ -433,9 +433,9 @@
// set new values in global map network_interfaces
card["fcoe_vlan"] = FcoeClient::NOT_CONFIGURED;
- card["fcoe_enable"] = "";
- card["dcb_required"] = "";
- card["auto_vlan"] = "";
+ card["fcoe_enable"] = "yes";
+ card["dcb_required"] =
(card["dcb_capable"]:""=="yes")?"yes":"no";
+ card["auto_vlan"] = "no";
card["cfg_file"] = "";
FcoeClient::SetModified( true );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |