Project

General

Profile

« Previous | Next » 

Revision 52a4727f

Added by Lukas Zapletal about 7 years ago

Fixes #19666 - add DHCP record type field

View differences:

modules/dhcp_common/record.rb
# represent a DHCP Record
class Record
attr_reader :ip, :mac, :subnet, :options
attr_reader :ip, :mac, :subnet, :options, :type
include Proxy::DHCP
include Proxy::Log
include Proxy::Validations

Also available in: Unified diff