GitHub user resmo opened a pull request:

    https://github.com/apache/cloudstack/pull/1042

    CLOUDSTACK-9042: VR: DHCP: fix missing DHCP host enties

    in /etc/dhcpentries.txt we had:
    
    02:00:1e:07:01:53,set:10_102_92_5,10.102.92.5,songlog-1,infinite
    02:00:0b:a2:00:3d,set:10_102_92_234,10.102.92.234,log-1,infinite
    
    This sed matched unexpectetly "songlog-1" as well when "log-1" was 
processed, resulting
    missing dhcp entry for songlog-1.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/resmo/cloudstack CLOUDSTACK-9042

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1042.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1042
    
----
commit baba68286faa89d83bfee7a7592f6392ff65e25d
Author: Rene Moser <re...@apache.org>
Date:   2015-11-06T11:25:10Z

    CLOUDSTACK-9042: VR: DHCP: fix missing DHCP host enties
    
    in /etc/dhcpentries.txt we had:
    
    02:00:1e:07:01:53,set:10_102_92_5,10.102.92.5,songlog-1,infinite
    02:00:0b:a2:00:3d,set:10_102_92_234,10.102.92.234,log-1,infinite
    
    This sed matched unexpectetly "songlog-1" as well when "log-1" was 
processed, resulting
    missing dhcp entry for songlog-1.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to