|
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 | |
Public Member Functions inherited from quisp::modules::ospf::SummaryLinkStateAdvertisement | |
| SummaryLinkStateAdvertisement (NodeAddr _id, NodeAddr _origin_id, int _age) | |
| SummaryLinkStateAdvertisement ()=default | |
Public Attributes | |
| NeighborTable | neighbor_nodes |
Public Attributes inherited from quisp::modules::ospf::SummaryLinkStateAdvertisement | |
| 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 |