Comment 30 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/+/807116
Committed: https://opendev.org/openstack/neutron/commit/1222962767bf2b9a3620c9e4681f155146701765
Submitter: "Zuul (22348)"
Branch: master

commit 1222962767bf2b9a3620c9e4681f155146701765
Author: Oleg Bondarev <email address hidden>
Date: Mon Oct 25 14:52:08 2021 +0300

    Add Local IP L2 extension skeleton

    OVS agent part of Local IP feature was divided into
    2 parts to make it easier for reviewers:

    1. This patch adds agent extension skeleton and sets
    server <-> agent RPC communication mechanism via
    push notifications of LocalIPAssociation objects
    create/delete. It also shows how the extension would
    treat those changes. It may be called extension "frontend".

    2. Agent extension flows patch (next one) - deals with OVS
    flows and can be called extension "backend".

    Partial-Bug: #1930200
    Change-Id: I31cb4062b6a21b71c739ab202c60aa7002e4d36e