Comment 2 for bug 1090621

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/21106
Committed: http://github.com/openstack/quantum/commit/962aca526c0acdec249e84fe972f059098e1196f
Submitter: Jenkins
Branch: master

commit 962aca526c0acdec249e84fe972f059098e1196f
Author: Ante Karamatic <email address hidden>
Date: Mon Feb 4 14:02:25 2013 +0100

    Be smarter when figuring out broadcast address

    In most cases, broadcast is set when IP is set, but sometimes
    it can be ommitted. In those cases we should figure it out based
    on CIDR, and not assume it.

    Change-Id: Ia8c07898ddf0eb19f5d552a304d8f38915fc3560
    Fixes: bug #1090621