Namespace inet::bgp
BgpType
enumBGPv4 message types
Source code
// // BGPv4 message types // enum BgpType { BGP_OPEN = 1; BGP_UPDATE = 2; BGP_NOTIFICATION = 3; BGP_KEEPALIVE = 4; }File: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg
Namespace inet::bgp
BGPv4 message types
// // BGPv4 message types // enum BgpType { BGP_OPEN = 1; BGP_UPDATE = 2; BGP_NOTIFICATION = 3; BGP_KEEPALIVE = 4; }File: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg