Comment 3 for bug 1755790

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

Reviewed: https://review.openstack.org/636676
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=43f4fe7b3a270b5590d0f083eebf437fbed945a6
Submitter: Zuul
Branch: master

commit 43f4fe7b3a270b5590d0f083eebf437fbed945a6
Author: Jonathan Rosser <email address hidden>
Date: Wed Feb 13 16:52:52 2019 +0000

    Set appropriate default for vxlan multicast ttl

    Currently no default is set which means vlxan multicast traffic
    is dropped at the first L3 router. This patch increases the default
    to 32 which is sufficient for any reasonable network fabric and
    can be overridden if necessary.

    Without this patch vxlan project networks on a routed underlay network
    are not functional

    Change-Id: Iddf2e412b3d1f23362d94a7eabd8c062d68ae287
    Closes-Bug: 1755790