QuISP
|
Full link-state advertisement that holds info of neighbor_nodes. Element that makes up the LinkStateDatabase topology information. More...
#include <Ospf.h>
Public Member Functions | |
LinkStateAdvertisement (NodeAddr _id, NodeAddr _origin_id, NeighborTable _neighbor_table) | |
LinkStateAdvertisement (NodeAddr _id, NodeAddr _origin_id, int _age, NeighborTable _neighbor_table) | |
LinkStateAdvertisement ()=default | |
![]() | |
SummaryLinkStateAdvertisement (NodeAddr _id, NodeAddr _origin_id, int _age) | |
SummaryLinkStateAdvertisement ()=default | |
Public Attributes | |
NeighborTable | neighbor_nodes |
![]() | |
NodeAddr | lsa_id |
NodeAddr | lsa_origin_id |
int | lsa_age |
Full link-state advertisement that holds info of neighbor_nodes. Element that makes up the LinkStateDatabase topology information.
|
inline |
|
inline |
|
default |
NeighborTable quisp::modules::ospf::LinkStateAdvertisement::neighbor_nodes |