Comment 5 for bug 1820744

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

Reviewed: https://review.openstack.org/644633
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=de810e04fb1d243ad4f82f6b35a7821fefe0a2cc
Submitter: Zuul
Branch: master

commit de810e04fb1d243ad4f82f6b35a7821fefe0a2cc
Author: Brian Haley <email address hidden>
Date: Tue Mar 19 14:28:56 2019 -0400

    Use '-p ip' instead of '-p 0' with conntrack

    The conntrack command does not allow '-p 0' as an argument,
    but does allow it's equivalent '-p ip'. Use it instead
    so it doesn't generate an error.

    Change-Id: Ica69eb85a6835952904a6390bb8a31e6afdecf69
    Closes-bug: #1820744