Project

General

Profile

« Previous | Next » 

Revision c22f4645

Added by David Blaisonneau about 9 years ago

Add rfc3442 support - option for static routes

Closes GH-43

View differences:

templates/dhcpd.conf.erb
option fqdn.rcode2 255;
option pxegrub code 150 = text ;
<% if has_variable?( 'option_static_route' ) && @option_static_route -%>
option rfc3442-classless-static-routes code 121 = array of integer 8;
option ms-classless-static-routes code 249 = array of integer 8;
<% end -%>
<% if has_variable?( 'pxeserver' ) &&
has_variable?( 'pxefilename' ) &&
@pxeserver &&

Also available in: Unified diff