| Summary: |
yast2-dhcp-server module functions SetGlobalOption and SetSubnetOption |
| Product: |
[openSUSE] openSUSE 10.2
|
Reporter: |
Thadeu Cascardo <cascardo> |
| Component: |
YaST2 | Assignee: |
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
|
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.