yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #66610
[Bug 1702790] Re: DVR Router update task fails when agent restarts
Reviewed: https://review.openstack.org/481321
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7da955bf46e3e62f775afaad936006497e4320e3
Submitter: Jenkins
Branch: master
commit 7da955bf46e3e62f775afaad936006497e4320e3
Author: Swaminathan Vasudevan <SVasudevan@xxxxxxxx>
Date: Thu Jul 6 16:41:17 2017 -0700
DVR: Fix router_update failure when agent restarts
Router update task fails when agent restarts with DVR routers
as it was failing adding an IP rule to the namespace.
The IP rule matching code was not finding a match for
a rule for an interface since we are not specifying an
IP address, but the resulting rule does have the "any" IP
address in its output, for example, 0.0.0.0/0. Change
to always supply the IP address.
Change-Id: Ic2e80ebb59ac9e0e0063e5f6e69f3d66abe775a1
Closes-Bug: #1702790
** 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/1702790
Title:
DVR Router update task fails when agent restarts
Status in neutron:
Fix Released
Bug description:
When there is a DVR router with gateway enabled, and if the agent
restarts, then the router_update fails and you can see Error log in
the l3_agent.log.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1702790/+subscriptions
References