Skip to content

bgp_path_types.proto

Messages

BgpPath

Name Value Description
path_key BgpPathKey
path_attrs BgpPathAttrs

BgpPathAttrFields

Name Value Description
next_hop bool Perform next hop lookup.
community_list bool Perform community list lookup.

BgpPathAttrs

Name Value Description
next_hop bytes
origin int32
med uint32
local_pref uint32
community_list repeated uint32

BgpPathKey

Name Value Description
prefix Prefix
peer_addr bytes
vrf_name string

BgpPathOptions

Name Value Description
stage BgpReceiveRouteStages Either BGP_PATH_PRE_POLICY or BGP_PATH_POST_POLICY.
attrs BgpPathAttrFields

Enums

BgpReceiveRouteStages

Name Value Description
BGP_PATH_PRE_POLICY 0
BGP_PATH_POST_POLICY 1