|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
BGP Update message structure. More...
Public Attributes | |
| short | unfeasibleLength |
| vector< BgpPrefix > | withdrawnRoutes |
| short | pathAttributeLength |
| vector< BgpAttribute > | pathAttributes |
| vector< BgpPrefix > | NLRI |
Public Attributes inherited from BgpPacket | |
| short | length |
| byte | type |
BGP Update message structure.
| vector<BgpPrefix> BgpUpdate::NLRI |
| short BgpUpdate::pathAttributeLength |
| vector<BgpAttribute> BgpUpdate::pathAttributes |
| short BgpUpdate::unfeasibleLength |
| vector<BgpPrefix> BgpUpdate::withdrawnRoutes |