Actions
Bug #22777
openDefault template kickstart_ifcfg_generic_interface ignores ipv6 DNS
Status:
New
Priority:
Low
Assignee:
-
Category:
Templates
Target version:
-
Description
The default template does not respect DNS-servers kickstart_ifcfg_generic_interface
With
<%- if @interface.primary -%> <%- if !@dhcp && @subnet && @subnet.dns_primary.present? -%> <%= "DNS1=\"#{@subnet.dns_primary}\"" %> <%- if @subnet.dns_secondary.present? -%> <%= "DNS2=\"#{@subnet.dns_secondary}\"" %> <%- end -%> <%- end -%> <%- end -%>
are those of the ipv4 added but there is no block for ipv6.
Updated by Ivan Necas about 7 years ago
- Project changed from Foreman Maintain to Templates
Updated by Ondřej Pražák about 7 years ago
- Project changed from Templates to Foreman
- Category set to Templates
Updated by Anonymous about 7 years ago
- Translation missing: en.field_release deleted (
330)
Actions