Comment 52 for bug 1560963

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

Reviewed: https://review.opendev.org/655969
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5f99c79a504264397f3784abf295ba624241b380
Submitter: Zuul
Branch: master

commit 5f99c79a504264397f3784abf295ba624241b380
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Apr 26 16:56:23 2019 +0000

    Add TC filtering for VXLAN traffic

    This new function in neutron.agent.linux.tc_lib creates a TC filter in
    a device depending on the VXLAN ID (VNI) and the source MAC address
    (usually the VM TAP MAC address). This filter will send all the egress
    tunneled traffic from the VM to a TC class in other to shape it (QoS).

    Change-Id: Ic04b52bc0aca7a18fa06ea89e981c80d67f42eb1
    Related-Bug: #1560963