Namespace inet::bgp
BgpUpdatePathAttributesAtomicAggregate
classATOMIC_AGGREGATE (RFC4271 Section 4.3, Type code 6):
Extends
Name | Type | Description |
---|---|---|
BgpUpdatePathAttributes | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
typeCode | ||
optionalBit | ||
transitiveBit | ||
length |
Source code
//ATOMIC_AGGREGATE (RFC4271 Section 4.3, Type code 6): class BgpUpdatePathAttributesAtomicAggregate extends BgpUpdatePathAttributes { typeCode = ATOMIC_AGGREGATE; optionalBit = false; transitiveBit = true; length = 0; }File: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg