Comment 20 for bug 1667756

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/newton)

Reviewed: https://review.openstack.org/482847
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8f866dea74774801175d739dc9c2d1a7c245b18e
Submitter: Jenkins
Branch: stable/newton

commit 8f866dea74774801175d739dc9c2d1a7c245b18e
Author: Daniel Alvarez <email address hidden>
Date: Fri Apr 28 16:35:57 2017 +0200

    Fix: set IPv6 forwarding when there's an IPv6 gw

    Currently when there is an IPv6 gateway set, IPv6 forwarding
    configuration is skipped. This patch fixes it and also adds test
    coverage to check the values of `accept_ra` and `forwarding` with
    and without an IPv6 gateway.

    Related-bug: #1667756

    Conflicts:
     neutron/tests/functional/agent/l3/test_ha_router.py

    Change-Id: I0297aa6d0afeb56a8c69be41424d4b70509377d2
    (cherry picked from commit a0cf9c285970cc7e419db4dda1e070cb2d23ab36)