[yast-commit] r62685 - in /trunk/network: VERSION package/yast2-network.changes src/lan/address.ycp src/lan/help.ycp
Author: mzugec Date: Tue Oct 26 14:45:36 2010 New Revision: 62685 URL: http://svn.opensuse.org/viewcvs/yast?rev=62685&view=rev Log: added "No IP" option for bridge devices (bnc#648620) Modified: trunk/network/VERSION trunk/network/package/yast2-network.changes trunk/network/src/lan/address.ycp trunk/network/src/lan/help.ycp Modified: trunk/network/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/VERSION?rev=62685&r1=62684&r2=62685&view=diff ============================================================================== --- trunk/network/VERSION (original) +++ trunk/network/VERSION Tue Oct 26 14:45:36 2010 @@ -1 +1 @@ -2.19.39 +2.19.40 Modified: trunk/network/package/yast2-network.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/package/yast2-network.changes?rev=62685&r1=62684&r2=62685&view=diff ============================================================================== --- trunk/network/package/yast2-network.changes (original) +++ trunk/network/package/yast2-network.changes Tue Oct 26 14:45:36 2010 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Oct 26 14:44:47 CEST 2010 - mzugec@suse.cz + +- added "No IP" option for bridge devices (bnc#648620) +- 2.19.40 + +------------------------------------------------------------------- Tue Oct 12 01:19:58 CEST 2010 - mzugec@suse.cz - added support for IFPLUGD_PRIORITY (bnc#586376) Modified: trunk/network/src/lan/address.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/lan/address.ycp?rev=62685&r1=62684&r2=62685&view=diff ============================================================================== --- trunk/network/src/lan/address.ycp (original) +++ trunk/network/src/lan/address.ycp Tue Oct 26 14:45:36 2010 @@ -228,8 +228,11 @@ * @param key id of the widget */ void initBootProto (string key) { +/* if (LanItems::type=="br") UI::ReplaceWidget(`rp, `Empty()); - else if (LanItems::type!="eth") UI::ReplaceWidget(`rp, `Left( + else +*/ + if (LanItems::type!="eth") UI::ReplaceWidget(`rp, `Left( `RadioButton(`id(`none),`opt(`notify), _("No IP Address (for Bonding Devices)")))); switch(settings["BOOTPROTO"]:""){ case "static": UI::ChangeWidget(`id(`bootproto), `CurrentButton, `static); Modified: trunk/network/src/lan/help.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/network/src/lan/help.ycp?rev=62685&r1=62684&r2=62685&view=diff ============================================================================== --- trunk/network/src/lan/help.ycp (original) +++ trunk/network/src/lan/help.ycp Tue Oct 26 14:45:36 2010 @@ -175,7 +175,7 @@ /* Address dialog help 6/8 */ "netmask": _("<p>For <b>Static Address Setup</b> enter the static IP address for your computer (for example: <tt>192.168.100.99</tt>) and -the network mask (usually <tt>255.255.255.0</tt> or just lenght of prefix <tt>/24</tt>). For special case - unconfigured interface use <tt>0.0.0.0</tt> and <tt>/32</tt>.Optionally, you can enter +the network mask (usually <tt>255.255.255.0</tt> or just lenght of prefix <tt>/24</tt>).Optionally, you can enter a fully qualified hostname for this IP address. The hostname will be written to <tt>/etc/hosts</tt>.</p> ") + -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
mzugec@svn2.opensuse.org