class PacketGen::Header::OSPFv3::Link
This class handles links in a {LSARouter OSPFv3
LSA
router payload}. @author Sylvain Daubert
Public Instance Methods
to_human()
click to toggle source
@return [String]
# File lib/packetgen/header/ospfv3/lsa.rb, line 36 def to_human "Link<type:#{type},metric:#{metric},id:#{interface_id}," \ "neighbor_id:#{neighbor_interface_id},neighbor_router:#{neighbor_router_id}>" end