← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1339028] [NEW] Update costom route on Router not take effect

 

Public bug reported:

1. create a router
2. create a network with subnet 4.6.72.0/23
3. attach the above subnet to the router
4. update the router with route {destination: 4.6.72.0/23, nexthop: 4.6.72.10}, success
5. remove the above route from the router, success
6. update the router with the same route again, operation success, but the route isn't added to the router namespace, so not take effect

This problem is caused by removing the connected route, so when adding
the route the second time, "ip route replace" command fail.

I think we need to restrict the modification of connected route.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1339028

Title:
  Update costom route on Router not take effect

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  1. create a router
  2. create a network with subnet 4.6.72.0/23
  3. attach the above subnet to the router
  4. update the router with route {destination: 4.6.72.0/23, nexthop: 4.6.72.10}, success
  5. remove the above route from the router, success
  6. update the router with the same route again, operation success, but the route isn't added to the router namespace, so not take effect

  This problem is caused by removing the connected route, so when adding
  the route the second time, "ip route replace" command fail.

  I think we need to restrict the modification of connected route.

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


Follow ups

References