Comment 13 for bug 1571676

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

Reviewed: https://review.openstack.org/429985
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=48e1b4277cfd4e257d19df089d4f3446b1f8e4b0
Submitter: Jenkins
Branch: stable/ocata

commit 48e1b4277cfd4e257d19df089d4f3446b1f8e4b0
Author: Swaminathan Vasudevan <email address hidden>
Date: Tue Apr 19 15:45:04 2016 -0700

    DVR: Add static routes to FIP namespace

    The static routes are currently only added to the router
    namespace and snat namespace, but not added to the fip
    namespace.

    This patch adds the static routes configured for the router
    to the FIP namespace, to its own table. So this will allow
    the FIP namespace to be configured with different nexthop
    routes for different routers.

    Change-Id: Ida165d1ecf5c07af31dac11d9daed33ccaaf5605
    Closes-Bug: #1571676
    (cherry picked from commit c6de850021d099d6bad026b2192ea40b9c849f87)