class DHCP::SubOptList

Class for DHCP option suboptions containing lists

Public Instance Methods

opt_header() click to toggle source
# File lib/dhcp/options.rb, line 164
def opt_header
  "suboption[#{opt}:#{@name}]"
end