Namespace inet::bgp
BgpUpdatePathAttributesAggregator
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| BgpUpdatePathAttributes | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| typeCode | ||
| optionalBit | ||
| transitiveBit | ||
| length | ||
| asNumber | uint16_t | |
| bgpSpeaker | Ipv4Address |
Source code
class BgpUpdatePathAttributesAggregator extends BgpUpdatePathAttributes { typeCode = AGGREGATOR; optionalBit = true; transitiveBit = true; length = 6; uint16_t asNumber; Ipv4Address bgpSpeaker; }File: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg