Comment 3 for bug 1317935

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

Reviewed: https://review.openstack.org/96474
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ce59e63249dfcd86e782d056407e38e845cbe19c
Submitter: Jenkins
Branch: master

commit ce59e63249dfcd86e782d056407e38e845cbe19c
Author: Christoph Arnold <email address hidden>
Date: Thu May 29 16:17:30 2014 +0200

    Neutron does not follow the RFC 3442 spec for DHCP

    When setting a gateway and additional host routes in neutron subnet, the
    gateway is only sent to clients via the router dhcp option, dhcp clients
    conforming to rfc3442 will ignore router option if
    classless-static-routes are available. This patch ensures setting both
    the router option and the classless-static-routes including the gateway

    Change-Id: Ia00b9385025020f848872309ae42ddac08528f53
    Closes-Bug: #1317935