Sha256: 8cb14d7da60b2c3fb58242d088b41a0c7a2ab3f044368185dc49ead1034f60e2
Contents?: true
Size: 638 Bytes
Versions: 12
Compression:
Stored size: 638 Bytes
Contents
#Author: Piotr Wojcieszonek #e-mail: piotr@wojcieszonek.pl # Copyright 22.03.2016 by Piotr Wojcieszonek require_relative 'option' require_relative 'type/string' module Lib module DHCP class Option18 < Option # Extensions Path, The code for this option is 18. Its minimum length is 1. # A string to specify a file, retrievable via TFTP, which contains information which can be # interpreted in the same way as the 64-octet vendor-extension field within the BOOTP response include Type::String alias_method :extension_path, :payload alias_method :extension_path=, :payload= end end end
Version data entries
12 entries across 12 versions & 1 rubygems