class PacketGen::Header::DHCPv6::DUID_EN
DUID
Based on Enterprise Number @author Sylvain Daubert
Public Instance Methods
to_human()
click to toggle source
Get human-readable DUID
description @return [String]
# File lib/packetgen/header/dhcpv6/duid.rb, line 120 def to_human 'DUID_EN<%#x,%s>' % [en, identifier] end