Go to the source code of this file.
|
| static void | FindHbfInterfacesFromHBS (Agent *agent, IFMapNode *node, uint32_t &hbf_rintf, uint32_t &hbf_lintf) |
| |
| static void | FindHbfInterfacesFromProject (Agent *agent, IFMapNode *node, uint32_t &hbf_rintf, uint32_t &hbf_lintf) |
| |
| static void | FindHbfInterfacesFromVmi (Agent *agent, IFMapNode *node, uint32_t &hbf_rintf, uint32_t &hbf_lintf) |
| |
| static void | FindHbfInterfaces (Agent *agent, IFMapNode *vn_node, uint32_t &hbf_rintf, uint32_t &hbf_lintf) |
| |
| static void | BuildForwardingVrf (Agent *agent, IFMapNode *vn_node, std::string &forwarding_vrf_name) |
| |
| static VrfData * | BuildData (Agent *agent, IFMapNode *node) |
| |
◆ MAX_VRF_DELETE_TIMEOUT_RETRY_COUNT
| #define MAX_VRF_DELETE_TIMEOUT_RETRY_COUNT 10 |
◆ BuildData()
◆ BuildForwardingVrf()
| static void BuildForwardingVrf |
( |
Agent * |
agent, |
|
|
IFMapNode * |
vn_node, |
|
|
std::string & |
forwarding_vrf_name |
|
) |
| |
|
static |
◆ FindHbfInterfaces()
| static void FindHbfInterfaces |
( |
Agent * |
agent, |
|
|
IFMapNode * |
vn_node, |
|
|
uint32_t & |
hbf_rintf, |
|
|
uint32_t & |
hbf_lintf |
|
) |
| |
|
static |
◆ FindHbfInterfacesFromHBS()
| static void FindHbfInterfacesFromHBS |
( |
Agent * |
agent, |
|
|
IFMapNode * |
node, |
|
|
uint32_t & |
hbf_rintf, |
|
|
uint32_t & |
hbf_lintf |
|
) |
| |
|
static |
◆ FindHbfInterfacesFromProject()
| static void FindHbfInterfacesFromProject |
( |
Agent * |
agent, |
|
|
IFMapNode * |
node, |
|
|
uint32_t & |
hbf_rintf, |
|
|
uint32_t & |
hbf_lintf |
|
) |
| |
|
static |
◆ FindHbfInterfacesFromVmi()
| static void FindHbfInterfacesFromVmi |
( |
Agent * |
agent, |
|
|
IFMapNode * |
node, |
|
|
uint32_t & |
hbf_rintf, |
|
|
uint32_t & |
hbf_lintf |
|
) |
| |
|
static |