16 #ifndef __GBP_SUBNET_H__ 17 #define __GBP_SUBNET_H__ int gbp_subnet_del(u32 rd_id, const fib_prefix_t *pfx)
void gbp_subnet_walk(gbp_subnet_cb_t cb, void *ctx)
enum walk_rc_t_ walk_rc_t
Walk return code.
vl_api_interface_index_t sw_if_index
Aggregate type for a prefix.
walk_rc_t(* gbp_subnet_cb_t)(u32 rd_id, const fib_prefix_t *pfx, gbp_subnet_type_t type, u32 sw_if_index, sclass_t sclass, void *ctx)
vl_api_fib_path_type_t type
enum gbp_subnet_type_t_ gbp_subnet_type_t
int gbp_subnet_add(u32 rd_id, const fib_prefix_t *pfx, gbp_subnet_type_t type, u32 sw_if_index, sclass_t sclass)