![]() |
FD.io VPP
v19.01.2-3-gf61a1a8
Vector Packet Processing
|
Subnet. More...
Collaboration diagram for gbp_subnet_t_:Data Fields | |
| gbp_subnet_key_t * | gs_key |
| gbp_subnet_type_t | gs_type |
| index_t | gs_rd |
| union { | |
| struct { | |
| epg_id_t gs_epg | |
| u32 gs_sw_if_index | |
| } gs_stitched_external | |
| struct { | |
| epg_id_t gs_epg | |
| } gs_l3_out | |
| }; | |
| fib_node_index_t | gs_fei |
Subnet.
Definition at line 36 of file gbp_subnet.c.
| union { ... } |
| epg_id_t gbp_subnet_t_::gs_epg |
Definition at line 46 of file gbp_subnet.c.
| fib_node_index_t gbp_subnet_t_::gs_fei |
Definition at line 55 of file gbp_subnet.c.
| gbp_subnet_key_t* gbp_subnet_t_::gs_key |
Definition at line 38 of file gbp_subnet.c.
| struct { ... } gbp_subnet_t_::gs_l3_out |
| index_t gbp_subnet_t_::gs_rd |
Definition at line 40 of file gbp_subnet.c.
| struct { ... } gbp_subnet_t_::gs_stitched_external |
| u32 gbp_subnet_t_::gs_sw_if_index |
Definition at line 47 of file gbp_subnet.c.
| gbp_subnet_type_t gbp_subnet_t_::gs_type |
Definition at line 39 of file gbp_subnet.c.