← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1499785] Re: Static routes are not added to the qrouter namespace for DVR routers

 

Reviewed:  https://review.openstack.org/228026
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=158f9eabe20824b2c91eaac795dad8b8a773611d
Submitter: Jenkins
Branch:    master

commit 158f9eabe20824b2c91eaac795dad8b8a773611d
Author: Swaminathan Vasudevan <swaminathan.vasudevan@xxxxxx>
Date:   Fri Sep 25 09:54:44 2015 -0700

    Static routes not added to qrouter namespace for DVR
    
    Today static routes are added to the SNAT namespace
    for DVR routers. But they are not added to the qrouter
    namespace.
    
    Also while configuring the static routes to SNAT
    namespace, the router is not checked for the existence
    of the gateway.
    
    When routes are added to a router without a gateway the
    routes are only configured in the router namespace, but
    when a gateway is set later, those routes have to be
    populated in the snat_namespace as well.
    
    This patch addresses the above mentioned issues.
    
    Closes-Bug: #1499785
    Closes-Bug: #1499787
    
    Change-Id: I37e0d0d723fcc727faa09028045b776957c75a82


** 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/1499785

Title:
  Static routes are not added to the qrouter namespace for DVR routers

Status in neutron:
  Fix Released

Bug description:
  Static routes are not added to the qrouter namespace when routers are
  added.

  Initially it used to be configuring the routes in the qrouter namespace but not in the SNAT namespace.
  A recent patch caused this regression in moving the routes from qrouter namespace to SNAT namespace.

  2bb48eb58ad28a629dd12c434b83680aa3f240a4

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1499785/+subscriptions


References