← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1407573] [NEW] DHCP agent should not create DHCP port and spawn dnsmasq when subnet is IPv6 and ipv6-address-mode is None or SLAAC

 

Public bug reported:

According to the design of IPv6 subnet ra mode and address mode, when
ipv6 address mode is None or SLAAC, VM either obtain address from
OpenStack/external RADVD or obtain address from external dhcp server.
It's not necessary to create DHCP port or spawn dnsmasq process for such
ipv6 subnets. Right now, the DHCP port is created and dnsmasq process is
spawned (but not used).

ra mode and address mode design:

https://github.com/openstack/neutron-specs/blob/master/specs/juno/ipv6
-radvd-ra.rst

** Affects: neutron
     Importance: Undecided
     Assignee: Xu Han Peng (xuhanp)
         Status: New


** Tags: ipv6

** Changed in: neutron
     Assignee: (unassigned) => Xu Han Peng (xuhanp)

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

Title:
  DHCP agent should not create DHCP port and spawn dnsmasq when subnet
  is IPv6 and ipv6-address-mode is None or SLAAC

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  According to the design of IPv6 subnet ra mode and address mode, when
  ipv6 address mode is None or SLAAC, VM either obtain address from
  OpenStack/external RADVD or obtain address from external dhcp server.
  It's not necessary to create DHCP port or spawn dnsmasq process for
  such ipv6 subnets. Right now, the DHCP port is created and dnsmasq
  process is spawned (but not used).

  ra mode and address mode design:

  https://github.com/openstack/neutron-specs/blob/master/specs/juno/ipv6
  -radvd-ra.rst

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


Follow ups

References