|
QuISP
|
This struct is used in DBD packet exchange for two nodes to communicate what link-state advertisements are missing from one or the other. More...
#include <Ospf.h>

Public Member Functions | |
| SummaryLinkStateAdvertisement (NodeAddr _id, NodeAddr _origin_id, int _age) | |
| SummaryLinkStateAdvertisement ()=default | |
Public Attributes | |
| NodeAddr | lsa_id |
| NodeAddr | lsa_origin_id |
| int | lsa_age |
This struct is used in DBD packet exchange for two nodes to communicate what link-state advertisements are missing from one or the other.
|
inline |
|
default |
| int quisp::modules::ospf::SummaryLinkStateAdvertisement::lsa_age |
| NodeAddr quisp::modules::ospf::SummaryLinkStateAdvertisement::lsa_id |
| NodeAddr quisp::modules::ospf::SummaryLinkStateAdvertisement::lsa_origin_id |