BgpType

Namespace inet::bgp

BgpType

enum

BGPv4 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