Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f0256387 authored by IMBERT Matthieu's avatar IMBERT Matthieu Committed by Baptiste Jonglez
Browse files

[kavlan6] fix dhcp6 conf typo

parent 8d14b184
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ host <%= node_uid %><%= interface['mounted']? "" : "-"+interface['device'] %>-ka
option host-name "<%= node_uid %><%= interface['mounted']? "" : "-"+interface['device'] %>-kavlan-<%= kavlan_id %>-ipv6";
option domain-name "<%= site %>.grid5000.fr";
option domain-search "<%= site %>.grid5000.fr", "grid5000.fr";
fixed-address <%= node['kavlan6'][interface['device']]["kavlan-#{kavlan_id}"] %>;
fixed-address6 <%= node['kavlan6'][interface['device']]["kavlan-#{kavlan_id}"] %>;
}
<%
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment