[Maintain-dev] [JIRA] Resolved: (MNT-1560) dynamic ranges-hosts are not written (build_dhcp)

Frederic Wenzel (JIRA) jira at osuosl.org
Thu Aug 24 15:41:38 PDT 2006


     [ http://bugs.osuosl.org/browse/MNT-1560?page=history ]
     
Frederic Wenzel resolved MNT-1560:
----------------------------------

      Assign To: Frederic Wenzel  (was: Josh Schonstal)
     Resolution: Fixed
    Fix Version: 3.0
                 3.1

fixed in r4778: hardware address check is now correctly performed (ha != '' AND ha != '0').

Thanks for reporting this bug.

> dynamic ranges-hosts are not written (build_dhcp)
> -------------------------------------------------
>
>          Key: MNT-1560
>          URL: http://bugs.osuosl.org/browse/MNT-1560
>      Project: Maintain
>         Type: Bug
>   Components: Backend/Build Scripts
>     Versions: 3.0.0-RC1
>     Reporter: Christoph Kuehn
>     Assignee: Frederic Wenzel
>     Priority: Urgent
>      Fix For: 3.0, 3.1

>
>
> build_dhcp.php does not write out the subclasses-entries of hosts in dynamic ranges.
> Reason: 
> Line 309 @ build_dhcp.php
>   // only show hosts that have a hardware address configured
>   $hosts->whereAdd('ha != 0');
> All hosts are filtered out: >ha< seems to be a type of string here. After changing it to ha != "0" it works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://bugs.osuosl.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



More information about the Maintain-dev mailing list