FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
sr_api.c File Reference
+ Include dependency graph for sr_api.c:

Go to the source code of this file.

Macros

#define vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define foreach_vpe_api_msg
 
#define vl_msg_name_crc_list
 

Functions

static void vl_api_sr_localsid_add_del_t_handler (vl_api_sr_localsid_add_del_t *mp)
 
static void vl_api_sr_policy_add_t_handler (vl_api_sr_policy_add_t *mp)
 
static void vl_api_sr_policy_mod_t_handler (vl_api_sr_policy_mod_t *mp)
 
static void vl_api_sr_policy_del_t_handler (vl_api_sr_policy_del_t *mp)
 
static void vl_api_sr_set_encap_source_t_handler (vl_api_sr_set_encap_source_t *mp)
 
static void vl_api_sr_steering_add_del_t_handler (vl_api_sr_steering_add_del_t *mp)
 
static void send_sr_localsid_details (ip6_sr_localsid_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_sr_localsids_dump_t_handler (vl_api_sr_localsids_dump_t *mp)
 
static void send_sr_policies_details (ip6_sr_policy_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_sr_policies_dump_t_handler (vl_api_sr_policies_dump_t *mp)
 
static void send_sr_steering_pol_details (ip6_sr_steering_policy_t *t, vl_api_registration_t *reg, u32 context)
 
static void vl_api_sr_steering_pol_dump_t_handler (vl_api_sr_policies_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tsr_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (sr_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(SR_LOCALSID_ADD_DEL, sr_localsid_add_del) \
_(SR_POLICY_ADD, sr_policy_add) \
_(SR_POLICY_MOD, sr_policy_mod) \
_(SR_POLICY_DEL, sr_policy_del) \
_(SR_STEERING_ADD_DEL, sr_steering_add_del) \
_(SR_SET_ENCAP_SOURCE, sr_set_encap_source) \
_(SR_LOCALSIDS_DUMP, sr_localsids_dump) \
_(SR_POLICIES_DUMP, sr_policies_dump) \
_(SR_STEERING_POL_DUMP, sr_steering_pol_dump)
int sr_policy_del(ip6_address_t *bsid, u32 index)
Delete a SR policy.
int sr_policy_add(ip6_address_t *bsid, ip6_address_t *segments, u32 weight, u8 behavior, u32 fib_table, u8 is_encap)
Create a new SR policy.
int sr_policy_mod(ip6_address_t *bsid, u32 index, u32 fib_table, u8 operation, ip6_address_t *segments, u32 sl_index, u32 weight)
Modify an existing SR policy.

Definition at line 46 of file sr_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 34 of file sr_api.c.

#define vl_msg_name_crc_list

Definition at line 368 of file sr_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 39 of file sr_api.c.

#define vl_printfun

Definition at line 40 of file sr_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 30 of file sr_api.c.

Function Documentation

static void send_sr_localsid_details ( ip6_sr_localsid_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 208 of file sr_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void send_sr_policies_details ( ip6_sr_policy_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 252 of file sr_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void send_sr_steering_pol_details ( ip6_sr_steering_policy_t t,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 311 of file sr_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 373 of file sr_api.c.

+ Here is the caller graph for this function:

static clib_error_t* sr_api_hookup ( vlib_main_t vm)
static

Definition at line 381 of file sr_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_localsid_add_del_t_handler ( vl_api_sr_localsid_add_del_t mp)
static

Definition at line 58 of file sr_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_localsids_dump_t_handler ( vl_api_sr_localsids_dump_t mp)
static

Definition at line 233 of file sr_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_sr_policies_dump_t_handler ( vl_api_sr_policies_dump_t mp)
static

Definition at line 292 of file sr_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_policy_add_t_handler ( vl_api_sr_policy_add_t mp)
static

Definition at line 94 of file sr_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_policy_del_t_handler ( vl_api_sr_policy_del_t mp)
static

Definition at line 157 of file sr_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_policy_mod_t_handler ( vl_api_sr_policy_mod_t mp)
static

Definition at line 123 of file sr_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_set_encap_source_t_handler ( vl_api_sr_set_encap_source_t mp)
static

Definition at line 172 of file sr_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_steering_add_del_t_handler ( vl_api_sr_steering_add_del_t mp)
static

Definition at line 182 of file sr_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_sr_steering_pol_dump_t_handler ( vl_api_sr_policies_dump_t mp)
static

Definition at line 343 of file sr_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VLIB_API_INIT_FUNCTION ( sr_api_hookup  )

+ Here is the caller graph for this function: