yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #76320
[Bug 1807128] Re: Table name in "add_ip_rule" can be a string
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 <ralonsoh@xxxxxxxxxx>
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
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1807128
Title:
Table name in "add_ip_rule" can be a string
Status in neutron:
Fix Released
Bug description:
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".
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1807128/+subscriptions
References