Comment 16 for bug 1715395

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

Reviewed: https://review.openstack.org/554294
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=e96a39f22f61aaf24e2d104170f1fd91d55212d7
Submitter: Zuul
Branch: stable/pike

commit e96a39f22f61aaf24e2d104170f1fd91d55212d7
Author: Reedip <email address hidden>
Date: Thu Sep 7 05:36:11 2017 +0000

    DVR-FWaaS: Fix DVR FWaaS rules for fipnamespace

    FWaaS for DVR routers were only supported for
    North-South traffic. But with the recent change
    in the DVR router-info to handle FloatingIP's
    as mentioned in the reference patch[1], the
    dist_fip_count variable was removed and was
    replaced by rtr_fip_connect.

    So change in variable 'rtr_fip_connect' was
    not fixed in FWaaS.

    This patch fixes it in the FWaaS to apply
    the Firewall rule in the router namespace
    for the North-South traffic.

    [1] https://review.openstack.org/#/c/283757

    Closes-Bug: #1715395
    Change-Id: Id8c902381f95e39bc13e3b3aeeeaa799c72f0dca
    (cherry picked from commit 5706252c7947887e3c5b00f258dd847027497b97)