Mailinglist Archive: yast-commit (870 mails)

< Previous Next >
[yast-commit] r49122 - in /trunk/yast2: library/network/src/SuSEFirewallExpertRules.ycp package/yast2.changes
  • From: locilka@xxxxxxxxxxxxxxxx
  • Date: Tue, 15 Jul 2008 16:11:02 -0000
  • Message-id: <20080715161102.8A95D3457D@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Tue Jul 15 18:11:02 2008
New Revision: 49122

URL: http://svn.opensuse.org/viewcvs/yast?rev=49122&view=rev
Log:
- Fixed SuSEFirewallExpertRules docu.


Modified:
trunk/yast2/library/network/src/SuSEFirewallExpertRules.ycp
trunk/yast2/package/yast2.changes

Modified: trunk/yast2/library/network/src/SuSEFirewallExpertRules.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/network/src/SuSEFirewallExpertRules.ycp?rev=49122&r1=49121&r2=49122&view=diff
==============================================================================
--- trunk/yast2/library/network/src/SuSEFirewallExpertRules.ycp (original)
+++ trunk/yast2/library/network/src/SuSEFirewallExpertRules.ycp Tue Jul 15
18:11:02 2008
@@ -36,6 +36,9 @@

/**
* Returns list of all protocols accepted by the expert rules.
+ *
+ * @return list <string> of protocols
+ * @see list <string> allowed_expert_protocols
*/
global list <string> GetAllExpertRulesProtocols () {
return allowed_expert_protocols;
@@ -46,6 +49,8 @@

/**
* Returns whether the netmask bits are valid.
+ *
+ * @return boolean whether valid
*/
boolean ValidNetmaskBits (integer netmask_bits) {
return (netmask_bits > 1 && netmask_bits <= 32);
@@ -122,6 +127,9 @@

/**
* Adjusts parameters to the acceptable representation
+ *
+ * @param map <string, string> params
+ * @return map <string, string> modified params
*/
map <string, string> AdjustParameters (map <string, string> params) {
if (params["network"]:"" == "") {
@@ -214,6 +222,8 @@
*
* @param string zone
* @param map <string, string> params
+ * @return boolean if successful
+ *
* @see GetListOfAcceptRules()
* @see RemoveAcceptRule()
*
@@ -269,6 +279,8 @@
*
* @param string zone
* @param map <string, string> params
+ * @return if successful
+ *
* @see GetListOfAcceptRules() for possible keys in map
* @see AddNewAcceptRule()
*
@@ -314,6 +326,10 @@
* ID starts at number 0.
* Every time you delete some rule, the list is, of course, regenerated.
*
+ * @param string zone
+ * @param integer rule_id
+ * @return boolean if successful
+ *
* @example
* DeleteRuleID (0) -> true
*

Modified: trunk/yast2/package/yast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=49122&r1=49121&r2=49122&view=diff
==============================================================================
--- trunk/yast2/package/yast2.changes (original)
+++ trunk/yast2/package/yast2.changes Tue Jul 15 18:11:02 2008
@@ -4,6 +4,7 @@
- Fixed Linuxrc::SaveInstallInf function to really copy the
/etc/install.inf at the end of the installation.
- Fixed ycpdoc warnings for SuSEFirewall (added/fixed docu.)
+- Fixed SuSEFirewallExpertRules docu.

-------------------------------------------------------------------
Fri Jul 11 11:11:11 CEST 2008 - locilka@xxxxxxx

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages