Comment 5 for bug 1803723

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-fwaas (stable/rocky)

Reviewed: https://review.openstack.org/621263
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=5ece265b65247ee81a9335d5a685fa9f0a68b0fc
Submitter: Zuul
Branch: stable/rocky

commit 5ece265b65247ee81a9335d5a685fa9f0a68b0fc
Author: Édouard Thuleau <email address hidden>
Date: Wed Nov 21 16:56:07 2018 +0100

    Move port validation support into the driver

    Each firewall driver have specific checks to do on port validation (like
    checks if the VIF port type corresponds to a type supported by the driver
    (aka the SDN controller)). This patch adds two methods to the driver
    interface to validate if the VM or the router port is supported (just
    have to return a boolean).

    Change-Id: I8fdf0956ac5428558aae413e610d13c4a4a56273
    Closes-Bug: #1803723
    (cherry picked from commit 2a7994851cc0767e6a7b192a4101e8b43681ae6a)