Class: PacketGen::Header::DHCPv6::ServerUnicast
- Defined in:
- lib/packetgen/header/dhcpv6/option.rb
Overview
DHCPv6 Server Unicast option
Instance Attribute Summary collapse
-
#addr ⇒ Object
IPv6 server address.
Attributes inherited from Option
Instance Method Summary collapse
-
#human_data ⇒ String
Get human-readable data (addr).
Methods inherited from Option
human_type, initialize, new, subclasses, to_human
Instance Attribute Details
Instance Method Details
#human_data ⇒ String
Get human-readable data (addr)
297 298 299 |
# File 'lib/packetgen/header/dhcpv6/option.rb', line 297 def human_data addr end |