Project

General

Profile

« Previous | Next » 

Revision 77e0262c

Added by Lukas Zapletal over 8 years ago

Fixes #11676 - added dhcp_server option

View differences:

modules/dhcp/dhcp_plugin.rb
http_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
https_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
default_settings :dhcp_provider => 'isc', :dhcp_omapi_port => '7911'
default_settings :dhcp_provider => 'isc', :dhcp_server => '127.0.0.1', :dhcp_omapi_port => '7911'
plugin :dhcp, ::Proxy::VERSION
end

Also available in: Unified diff