Skip to content

Commit

Permalink
Added missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kobliha committed Aug 16, 2012
1 parent fe8f7ca commit 795af48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/network/src/SuSEFirewallProposal.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
* are only dial-up interfaces, function opens the service for them.
*
* @param string service such as "service:koo" or "serice:boo"
* @param list <string> list of ports used as a fallback if the given service doesn't exist
*/
global define void OpenServiceOnNonDialUpInterfaces (string service, list <string> fallback_ports) {
list <string> non_dial_up_interfaces = SuSEFirewall::GetAllNonDialUpInterfaces();
Expand Down

0 comments on commit 795af48

Please sign in to comment.