Bug 354592

Summary: yast2-dhcp-server module functions SetGlobalOption and SetSubnetOption
Product: [openSUSE] openSUSE 10.2 Reporter: Thadeu Cascardo <cascardo>
Component: YaST2Assignee: Jozef Uhliarik <juhliarik>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Minor    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 10.2   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: fixes the bug

Description Thadeu Cascardo 2008-01-17 21:19:38 UTC
Created attachment 190917 [details]
fixes the bug

Two functions in the YaST2 Perl module DhcpServer are not correct. They call an object helper method directly (no $self) and SetSubnetOption does not specify the id of the subnet, although it receives network and netmask parameters.

The patch is attached.
Comment 2 Jozef Uhliarik 2008-08-01 07:46:28 UTC
fixed