FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Data Fields | |
ip46_address_t | ip |
mac_address_t | mac |
u32 | sw_if_index |
u32 | bd_index |
epg_id_t | epg |
ip46_address_t | outer_src |
ip46_address_t | outer_dst |
Definition at line 83 of file gbp_learn.c.
u32 gbp_learn_l2_t_::bd_index |
Definition at line 88 of file gbp_learn.c.
epg_id_t gbp_learn_l2_t_::epg |
Definition at line 89 of file gbp_learn.c.
ip46_address_t gbp_learn_l2_t_::ip |
Definition at line 85 of file gbp_learn.c.
mac_address_t gbp_learn_l2_t_::mac |
Definition at line 86 of file gbp_learn.c.
ip46_address_t gbp_learn_l2_t_::outer_dst |
Definition at line 91 of file gbp_learn.c.
ip46_address_t gbp_learn_l2_t_::outer_src |
Definition at line 90 of file gbp_learn.c.
u32 gbp_learn_l2_t_::sw_if_index |
Definition at line 87 of file gbp_learn.c.