Project

General

Profile

Actions

Bug #22777

open

Default template kickstart_ifcfg_generic_interface ignores ipv6 DNS

Added by Lukas Plattner about 6 years ago. Updated about 6 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Templates
Target version:
-
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

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.

Actions #1

Updated by Ivan Necas about 6 years ago

  • Project changed from Foreman Maintain to Templates
Actions #2

Updated by Ondřej Pražák about 6 years ago

  • Project changed from Templates to Foreman
  • Category set to Templates
Actions #3

Updated by Anonymous about 6 years ago

  • translation missing: en.field_release deleted (330)
Actions

Also available in: Atom PDF