FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Go to the source code of this file.
Typedefs | |
typedef enum gbp_learn_mode_t_ | gbb_learn_mode_t |
Enumerations | |
enum | gbp_learn_mode_t_ { GBP_LEARN_MODE_L2, GBP_LEARN_MODE_L3 } |
Functions | |
void | gbp_learn_enable (u32 sw_if_index, gbb_learn_mode_t mode) |
void | gbp_learn_disable (u32 sw_if_index, gbb_learn_mode_t mode) |
void | gbp_learn_set_inactive_threshold (u32 max_age) |
typedef enum gbp_learn_mode_t_ gbb_learn_mode_t |
enum gbp_learn_mode_t_ |
Enumerator | |
---|---|
GBP_LEARN_MODE_L2 | |
GBP_LEARN_MODE_L3 |
Definition at line 21 of file gbp_learn.h.
void gbp_learn_disable | ( | u32 | sw_if_index, |
gbb_learn_mode_t | mode | ||
) |
Definition at line 720 of file gbp_learn.c.
void gbp_learn_enable | ( | u32 | sw_if_index, |
gbb_learn_mode_t | mode | ||
) |
Definition at line 706 of file gbp_learn.c.
void gbp_learn_set_inactive_threshold | ( | u32 | max_age | ) |
Definition at line 1468 of file gbp_endpoint.c.