Comment 32 for bug 1930200

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/815102
Committed: https://opendev.org/openstack/neutron/commit/b51d6958f3c93e72a720fcef77ff55e0d5d10277
Submitter: "Zuul (22348)"
Branch: master

commit b51d6958f3c93e72a720fcef77ff55e0d5d10277
Author: Oleg Bondarev <email address hidden>
Date: Thu Oct 28 11:43:27 2021 +0300

    Add Local IP L2 extension flows

    - setup local ARP responder
    - setup local ip translation flows (nat via conntrack)
    - setup local gARP blocker to prevent undesired Local IP ARP updates
      from other nodes (including real IP address owner)

    2 new OF tables added for br-int:

    - LOCAL_EGRESS_TABLE - to save local ports vlans
    - LOCAL_IP_TABLE - for local ip handling

    Partial-Bug: #1930200
    Change-Id: I49923958d1d602e3af4e02fadbec1b17798c49c8