← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1831726] [NEW] neutron-cli port-update ipv6 fixed_ips Covering previous

 

Public bug reported:

I create an IPv6 network ipv6_net which there are two subnets A:2010:1111:2222:3:/64 and B:2011:4444:5555:6:/64. I added subnet A to the router ipv6_router, the gateway of subnet A is 2010:1111:2222:3::9. So far, there is no problem. Then add the gateway of subnet B to router ipv6_router at 2011:4444:5555:6::9. I use the command
 "neutron port-update--fixed-ip subnet_id=subnet B, ip_address=2011:4444:5555:6::9 PORT(routing interface of subnet A)". 
The result is that the gateway address of subnet A is overwritten by the gateway address of subnet B, but I hope that the gateway address of subnet B can be appended to PORT( Because multiple IPv6 subnets to an internal router port). I use the command 
"openstack port set --fixed-IP subnet = subnet B, ip_address = 2011:4444:5555:6:9 PORT (routing interface of subnet A)", which can add the gateway address of subnet B to PORT and will not cover the gateway address of subnet A.

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

Title:
  neutron-cli port-update ipv6 fixed_ips Covering previous

Status in neutron:
  New

Bug description:
  I create an IPv6 network ipv6_net which there are two subnets A:2010:1111:2222:3:/64 and B:2011:4444:5555:6:/64. I added subnet A to the router ipv6_router, the gateway of subnet A is 2010:1111:2222:3::9. So far, there is no problem. Then add the gateway of subnet B to router ipv6_router at 2011:4444:5555:6::9. I use the command
   "neutron port-update--fixed-ip subnet_id=subnet B, ip_address=2011:4444:5555:6::9 PORT(routing interface of subnet A)". 
  The result is that the gateway address of subnet A is overwritten by the gateway address of subnet B, but I hope that the gateway address of subnet B can be appended to PORT( Because multiple IPv6 subnets to an internal router port). I use the command 
  "openstack port set --fixed-IP subnet = subnet B, ip_address = 2011:4444:5555:6:9 PORT (routing interface of subnet A)", which can add the gateway address of subnet B to PORT and will not cover the gateway address of subnet A.

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


Follow ups