class PacketGen::Header::OSPFv2::LSARouter
This class handles LSA
Router payloads.
A LSA
router payload is composed of:
-
a header (see methods inherited from {LSAHeader}),
-
a 16-bit flag word {#u16} ({Types::Int16}),
-
a 16-bit {#link_count} field ({Types::Int16}),
-
an array of {#links} ({ArrayOfLink}).
@author Sylvain Daubert