Fixed static IPv6 addresses from RedHat style network configuration.
This commit is contained in:
parent
311df93f08
commit
a12b62bea5
1 changed files with 4 additions and 1 deletions
|
@ -17,9 +17,12 @@ NOZEROCONF=yes
|
|||
<% end -%>
|
||||
<% if ip6addr == 'none' -%>
|
||||
IPV6INIT=no
|
||||
<% elsif ip6addr != 'auto' -%>
|
||||
<% else -%>
|
||||
IPV6INIT=yes
|
||||
<% if ip6addr != 'auto' -%>
|
||||
IPV6ADDR=<%= ip6addr %>/<%= ip6netmask %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
<% options.each do |val| -%>
|
||||
<%= val %>
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue