← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1858808] [NEW] On SUSE mixed static and dhcp setups are no properly configured

 

Public bug reported:

It should be possible to have a static IPv4 address and a DHCP IPv6
address and vice versa. This does not work on SUSE distributions as the
"BOOTPROTO" setting in the generated ifcfg-* file is not correct.

The BOOTPROTO setting should be

dhcp - if both IPv6 and IPv4 configurations are expected to be supplied by a DHCP server
dhcp4 - if IPv4 configuration is expected to be supplied by a DHCP server, IPv6 configuration can be static
dhcp6 - IPv6 configuration is expected to be supplied by a DHCP server, IPv4 configuration can be static
static - if both IPv6 and IPv4 configurations are defined, or if only one protocol is used and the IP is static

** Affects: cloud-init
     Importance: Undecided
     Assignee: Robert Schweikert (rjschwei)
         Status: New

** Changed in: cloud-init
     Assignee: (unassigned) => Robert Schweikert (rjschwei)

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

Title:
  On SUSE mixed static and dhcp setups are no properly configured

Status in cloud-init:
  New

Bug description:
  It should be possible to have a static IPv4 address and a DHCP IPv6
  address and vice versa. This does not work on SUSE distributions as
  the "BOOTPROTO" setting in the generated ifcfg-* file is not correct.

  The BOOTPROTO setting should be

  dhcp - if both IPv6 and IPv4 configurations are expected to be supplied by a DHCP server
  dhcp4 - if IPv4 configuration is expected to be supplied by a DHCP server, IPv6 configuration can be static
  dhcp6 - IPv6 configuration is expected to be supplied by a DHCP server, IPv4 configuration can be static
  static - if both IPv6 and IPv4 configurations are defined, or if only one protocol is used and the IP is static

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1858808/+subscriptions


Follow ups