Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
BgpUpdate Class Reference

BGP Update message structure. More...

Inheritance diagram for BgpUpdate:
BgpPacket Pdu Signal

Public Attributes

short unfeasibleLength
 
vector< BgpPrefixwithdrawnRoutes
 
short pathAttributeLength
 
vector< BgpAttributepathAttributes
 
vector< BgpPrefixNLRI
 
- Public Attributes inherited from BgpPacket
short length
 
byte type
 

Detailed Description

BGP Update message structure.

Member Data Documentation

◆ NLRI

vector<BgpPrefix> BgpUpdate::NLRI

◆ pathAttributeLength

short BgpUpdate::pathAttributeLength

◆ pathAttributes

vector<BgpAttribute> BgpUpdate::pathAttributes

◆ unfeasibleLength

short BgpUpdate::unfeasibleLength

◆ withdrawnRoutes

vector<BgpPrefix> BgpUpdate::withdrawnRoutes

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