Project

General

Profile

« Previous | Next » 

Revision 0bc528dd

Added by Alvin Huang almost 8 years ago

add interface-mtu option (#78)

View differences:

spec/defines/pool_spec.rb
:parameters => 'max-lease-time 300',
:nameservers => ['10.0.0.2', '10.0.0.4'],
:pxeserver => '10.0.0.2',
:mtu => 9000,
:domain_name => 'example.org',
:static_routes => [ { 'mask' => '24', 'network' => '10.0.1.0', 'gateway' => '10.0.0.2' } ],
:search_domains => ['example.org', 'other.example.org'],
......
" max-lease-time 300;",
" option domain-name-servers 10.0.0.2, 10.0.0.4;",
" option domain-search \"example.org\", \"other.example.org\";",
" option interface-mtu 9000;",
" next-server 10.0.0.2;",
"}",
])

Also available in: Unified diff