QuISP
Loading...
Searching...
No Matches
quisp::modules::ospf::SummaryLinkStateAdvertisement Struct Reference

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>

Inheritance diagram for quisp::modules::ospf::SummaryLinkStateAdvertisement:

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
 

Detailed Description

This struct is used in DBD packet exchange for two nodes to communicate what link-state advertisements are missing from one or the other.

Constructor & Destructor Documentation

◆ SummaryLinkStateAdvertisement() [1/2]

quisp::modules::ospf::SummaryLinkStateAdvertisement::SummaryLinkStateAdvertisement ( NodeAddr _id,
NodeAddr _origin_id,
int _age )
inline

◆ SummaryLinkStateAdvertisement() [2/2]

quisp::modules::ospf::SummaryLinkStateAdvertisement::SummaryLinkStateAdvertisement ( )
default

Member Data Documentation

◆ lsa_age

int quisp::modules::ospf::SummaryLinkStateAdvertisement::lsa_age

◆ lsa_id

NodeAddr quisp::modules::ospf::SummaryLinkStateAdvertisement::lsa_id

◆ lsa_origin_id

NodeAddr quisp::modules::ospf::SummaryLinkStateAdvertisement::lsa_origin_id

The documentation for this struct was generated from the following file: