← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1378783] [NEW] IPv6 namespaces are not updated upon router interface deletion

 

Public bug reported:

Description of problem:
=======================
In case the namespace contains both IPv4 and IPv6 Interfaces, they will not be deleted with interfaces are detached from the router.

Version-Release number of selected component (if applicable):
=============================================================
openstack-neutron-2014.2-0.7.b3

How reproducible:
=================

Steps to Reproduce:
===================
1. Create a neutron Router
2. Attach an IPv6 interface
3. Attach an IPv4 interface
4. Delete both interfaces
5. Check if interfaces were deleted from the router namespace:
   # ip netns exec qrouter-<id> ifconfig | grep inet

Actual results:
===============
Interfaces were not deleted.

Expected results:
=================
Interfaces should be deleted.

Additional info:
================
Tested with RHEL7

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

Title:
  IPv6 namespaces are not updated upon router interface deletion

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Description of problem:
  =======================
  In case the namespace contains both IPv4 and IPv6 Interfaces, they will not be deleted with interfaces are detached from the router.

  Version-Release number of selected component (if applicable):
  =============================================================
  openstack-neutron-2014.2-0.7.b3

  How reproducible:
  =================

  Steps to Reproduce:
  ===================
  1. Create a neutron Router
  2. Attach an IPv6 interface
  3. Attach an IPv4 interface
  4. Delete both interfaces
  5. Check if interfaces were deleted from the router namespace:
     # ip netns exec qrouter-<id> ifconfig | grep inet

  Actual results:
  ===============
  Interfaces were not deleted.

  Expected results:
  =================
  Interfaces should be deleted.

  Additional info:
  ================
  Tested with RHEL7

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


Follow ups

References