FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | gbp_route_domain_db_t |
DB of route_domains. More... | |
Macros | |
#define | GBP_BD_DBG(...) vlib_log_debug (grd_logger, __VA_ARGS__); |
Typedefs | |
typedef struct gbp_route_domain_db_t | gbp_route_domain_db_t |
DB of route_domains. More... | |
Variables | |
static const mac_address_t | GBP_ROUTED_SRC_MAC |
A fixed MAC address to use as the source MAC for packets L3 switched onto the routed uu-fwd interfaces. More... | |
static const mac_address_t | GBP_ROUTED_DST_MAC |
gbp_route_domain_t * | gbp_route_domain_pool |
Pool of GBP route_domains. More... | |
static gbp_route_domain_db_t | gbp_route_domain_db |
vlib_log_class_t | grd_logger |
logger More... | |
static vlib_cli_command_t | gbp_route_domain_cli_node |
(constructor) VLIB_CLI_COMMAND (gbp_route_domain_cli_node) More... | |
static vlib_cli_command_t | gbp_route_domain_show_node |
(constructor) VLIB_CLI_COMMAND (gbp_route_domain_show_node) More... | |
#define GBP_BD_DBG | ( | ... | ) | vlib_log_debug (grd_logger, __VA_ARGS__); |
Definition at line 62 of file gbp_route_domain.c.
typedef struct gbp_route_domain_db_t gbp_route_domain_db_t |
DB of route_domains.
Definition at line 359 of file gbp_route_domain.c.
int gbp_route_domain_add_and_lock | ( | u32 | rd_id, |
u32 | ip4_table_id, | ||
u32 | ip6_table_id, | ||
u32 | ip4_uu_sw_if_index, | ||
u32 | ip6_uu_sw_if_index | ||
) |
Definition at line 128 of file gbp_route_domain.c.
|
static |
|
static |
|
static |
int gbp_route_domain_delete | ( | u32 | rd_id | ) |
Definition at line 245 of file gbp_route_domain.c.
Definition at line 100 of file gbp_route_domain.c.
gbp_route_domain_t* gbp_route_domain_get | ( | index_t | i | ) |
const mac_address_t* gbp_route_domain_get_local_mac | ( | void | ) |
Definition at line 235 of file gbp_route_domain.c.
const mac_address_t* gbp_route_domain_get_remote_mac | ( | void | ) |
index_t gbp_route_domain_index | ( | const gbp_route_domain_t * | grd | ) |
|
static |
|
static |
Definition at line 78 of file gbp_route_domain.c.
|
static |
|
static |
Definition at line 378 of file gbp_route_domain.c.
void gbp_route_domain_unlock | ( | index_t | index | ) |
Definition at line 206 of file gbp_route_domain.c.
void gbp_route_domain_walk | ( | gbp_route_domain_cb_t | cb, |
void * | ctx | ||
) |
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_route_domain_cli_node)
Definition at line 352 of file gbp_route_domain.c.
|
static |
Definition at line 55 of file gbp_route_domain.c.
gbp_route_domain_t* gbp_route_domain_pool |
Pool of GBP route_domains.
Definition at line 45 of file gbp_route_domain.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_route_domain_show_node)
Definition at line 406 of file gbp_route_domain.c.
|
static |
Definition at line 35 of file gbp_route_domain.c.
|
static |
A fixed MAC address to use as the source MAC for packets L3 switched onto the routed uu-fwd interfaces.
Magic values - origin lost to the mists of time...
Definition at line 29 of file gbp_route_domain.c.
vlib_log_class_t grd_logger |
logger
Definition at line 60 of file gbp_route_domain.c.