Comment 2 for bug 1575662

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

Reviewed: https://review.openstack.org/310467
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=d3135c36a9de167ce81c5f2780c542998ae00209
Submitter: Jenkins
Branch: master

commit d3135c36a9de167ce81c5f2780c542998ae00209
Author: Thomas Morin <email address hidden>
Date: Wed Apr 27 07:33:54 2016 -0500

    bagpipe: do not ignore probe ports

    4488cf53ed9c0f0c5d520158e09a4b6fb040ac19 introduced a check
    in bagpipe driver to ignore network:* ports, which is the desired
    behavior, except for probe ports, which we don't want to ignore
    to allow testing with probe ports.

    This change relaxes the check to not ignore probe ports.

    Przemyslaw Jasek reported this bug and suggested the fix.

    Change-Id: Icad59a0d7deda38de3216a3be9ca7e75f6beff55
    Closes-Bug: 1575662