Project

General

Profile

« Previous | Next » 

Revision 0bc528dd

Added by Alvin Huang almost 8 years ago

add interface-mtu option (#78)

View differences:

templates/dhcpd.conf.erb
option ms-classless-static-routes code 249 = array of integer 8;
<% end -%>
<% if has_variable?( 'mtu' ) && @mtu -%>
option interface-mtu <%= @mtu %>;
<% end -%>
<% if @options.is_a? Array -%>
<% @options.each do |option| -%>
option <%= option %>;

Also available in: Unified diff