← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1423073] [NEW] Neutron Router Not passing multile arguments when adding multiple interface to the router in a single command

 

Public bug reported:

Neutron Router Not passing multiple arguments(multiple interface) at the
same time

Let me explain my set up

One router with multiple interface set up
My point is creating multiple interface adding (passing) into router at the same time 

The command is taking but result is not coming

steps reproduce:

Step 1:
[root@]# neutron router-create testrouter

Step 2:
[root@]# neutron net-create testnet

Step 2:
[root@]# neutron subnet-create --name testsubnet testnet 10.0.0.0/8

Step 4:
[root@]# neutron subnet-create --ip_version 6 --name testsubnet6 testnet6 11::/64

Step 5: 
[root@]# neutron router-interface-add testrouter testsubnet testsubnet6
Added interface 5cbb968c-45d1-42f0-9a77-bb28140b1880 to router testrouter.

Problem :
Here IPv4 interface only added 
IPv6 interface omitted  

<=====>
Actual Result:
[root@]# neutron router-interface-add  testrouter  testsubnet  testsubnet6
Added interface 5cbb968c-45d1-42f0-9a77-bb28140b1880 to router testrouter.
Added interface 306df765-659f-4e2f-ac7f-49c6afdfd223 to router testrouter.

** Affects: neutron
     Importance: Undecided
     Assignee: Kannan Raman (rkannan-x)
         Status: New


** Tags: onecloudinc

** Changed in: neutron
     Assignee: (unassigned) => Kannan Raman (rkannan-x)

** Tags added: onecloudinc

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

Title:
  Neutron Router Not passing multile arguments when  adding multiple
  interface to the  router in a single command

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Neutron Router Not passing multiple arguments(multiple interface) at
  the same time

  Let me explain my set up

  One router with multiple interface set up
  My point is creating multiple interface adding (passing) into router at the same time 

  The command is taking but result is not coming

  steps reproduce:

  Step 1:
  [root@]# neutron router-create testrouter

  Step 2:
  [root@]# neutron net-create testnet

  Step 2:
  [root@]# neutron subnet-create --name testsubnet testnet 10.0.0.0/8

  Step 4:
  [root@]# neutron subnet-create --ip_version 6 --name testsubnet6 testnet6 11::/64

  Step 5: 
  [root@]# neutron router-interface-add testrouter testsubnet testsubnet6
  Added interface 5cbb968c-45d1-42f0-9a77-bb28140b1880 to router testrouter.

  Problem :
  Here IPv4 interface only added 
  IPv6 interface omitted  

  <=====>
  Actual Result:
  [root@]# neutron router-interface-add  testrouter  testsubnet  testsubnet6
  Added interface 5cbb968c-45d1-42f0-9a77-bb28140b1880 to router testrouter.
  Added interface 306df765-659f-4e2f-ac7f-49c6afdfd223 to router testrouter.

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


Follow ups

References