Initial version of network module.

This commit is contained in:
Timo Mkinen 2009-08-20 00:20:04 +03:00
parent 56ee9b1bd6
commit 02fa10f33c
5 changed files with 407 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<% if proto == 'dhcp' -%>
dhcp NONE NONE NONE<% options.each do |val| -%> <%= val -%><% end -%>
<% else -%>
inet <%= ipaddr -%> <%= netmask -%> NONE<% options.each do |val| -%> <%= val -%><% end -%>
<% end -%>