Comment 11 for bug 1398768

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

Reviewed: https://review.openstack.org/283030
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9e11c5b8516c42000d5409c0f44f852acb5fed3d
Submitter: Jenkins
Branch: stable/liberty

commit 9e11c5b8516c42000d5409c0f44f852acb5fed3d
Author: Sreekumar S <email address hidden>
Date: Sat Oct 10 03:18:00 2015 +0530

    Fix for adding gateway with IP outside subnet

    Currently 'force_gateway_on_subnet' configuration is set to True
    by default and enforces the subnet on to the gateway. With this
    fix 'force_gateway_on_subnet' can be changed to False, and
    gateway outside the subnet can be added.
    Before adding the default route, a route to the gateway IP is
    added. This applies to both external and internal networks.

    Change-Id: I3a942cf98d263681802729cf09527f06c80fab2b
    Closes-Bug: #1335023
    Closes-Bug: #1398768
    (cherry picked from commit b6126bc0f17f348ff6303b9bd6041cb018479ef9)