class DHCP::SubOpt

Class for DHCP option suboptions:

Public Instance Methods

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