Namespace inet::bgp
BgpUpdateWithdrawnRoutes
struct(no description)
Fields
| Name | Type | Description |
|---|---|---|
| length | unsigned char |
1 octet |
| prefix | Ipv4Address |
4 octets |
Source code
struct BgpUpdateWithdrawnRoutes { @packetData; unsigned char length; // 1 octet Ipv4Address prefix; // 4 octets }File: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg