Sha256: 064b7e1af4326aa790bc499b80cead173c639c51e5995e0c889fb052bbb8e3b0
Contents?: true
Size: 447 Bytes
Versions: 7
Compression:
Stored size: 447 Bytes
Contents
#Author: Piotr Wojcieszonek #e-mail: piotr@wojcieszonek.pl # Copyright 22.03.2016 by Piotr Wojcieszonek require_relative 'option' require_relative 'type/raw' module Lib module DHCP class Option33 < Option #Static Route Option, The code for this option is 33. # The minimum length of this option is 8, and the length MUST be a multiple of 8. # TODO Option 33 include Lib::DHCP::Option::Type::Raw end end end
Version data entries
7 entries across 7 versions & 1 rubygems