Comment 4 for bug 1807128

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

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

commit 89ba2416f26fc4255bc1cd9f01d68bf18fe73b95
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Dec 6 10:48:51 2018 +0000

    Table name in "add_ip_rule" can be a string

    In neutron.agent.linux.ip_lib.add_ip_rule, the "table" argument can be
    an integer or a string ("default", "main", "local").

    This parameter is incorrectly treated in "_make_pyroute2_args".

    Change-Id: I0a50af5fe9b1550700e607eb680bb16e5044e8ef
    Closes-Bug: #1807128