FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
sr_mpls_api.c File Reference
+ Include dependency graph for sr_mpls_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_mpls_policy_add_t_handler (vl_api_sr_mpls_policy_add_t *mp)
 
static void vl_api_sr_mpls_policy_mod_t_handler (vl_api_sr_mpls_policy_mod_t *mp)
 
static void vl_api_sr_mpls_policy_del_t_handler (vl_api_sr_mpls_policy_del_t *mp)
 
static void vl_api_sr_mpls_steering_add_del_t_handler (vl_api_sr_mpls_steering_add_del_t *mp)
 
static void vl_api_sr_mpls_policy_assign_endpoint_color_t_handler (vl_api_sr_mpls_policy_assign_endpoint_color_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tsr_mpls_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (sr_mpls_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(SR_MPLS_POLICY_DEL, sr_mpls_policy_del) \
_(SR_MPLS_STEERING_ADD_DEL, sr_mpls_steering_add_del) \
_(SR_MPLS_POLICY_ASSIGN_ENDPOINT_COLOR, sr_mpls_policy_assign_endpoint_color)
int sr_mpls_policy_del(mpls_label_t bsid)
Delete a SR policy.
int sr_mpls_policy_assign_endpoint_color(mpls_label_t bsid, ip46_address_t *endpoint, u8 endpoint_type, u32 color)
Update the Endpoint,Color tuple of an SR policy.

Definition at line 45 of file sr_mpls_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 33 of file sr_mpls_api.c.

#define vl_msg_name_crc_list

Definition at line 165 of file sr_mpls_api.c.

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

Definition at line 38 of file sr_mpls_api.c.

#define vl_printfun

Definition at line 39 of file sr_mpls_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 29 of file sr_mpls_api.c.

Function Documentation

static void setup_message_id_table ( api_main_t am)
static

Definition at line 170 of file sr_mpls_api.c.

+ Here is the caller graph for this function:

static clib_error_t* sr_mpls_api_hookup ( vlib_main_t vm)
static

Definition at line 178 of file sr_mpls_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_mpls_policy_add_t_handler ( vl_api_sr_mpls_policy_add_t mp)
static

Definition at line 52 of file sr_mpls_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_sr_mpls_policy_assign_endpoint_color_t_handler ( vl_api_sr_mpls_policy_assign_endpoint_color_t mp)
static

Definition at line 141 of file sr_mpls_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_sr_mpls_policy_del_t_handler ( vl_api_sr_mpls_policy_del_t mp)
static

Definition at line 99 of file sr_mpls_api.c.

+ Here is the call graph for this function:

static void vl_api_sr_mpls_policy_mod_t_handler ( vl_api_sr_mpls_policy_mod_t mp)
static

Definition at line 75 of file sr_mpls_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_sr_mpls_steering_add_del_t_handler ( vl_api_sr_mpls_steering_add_del_t mp)
static

Definition at line 109 of file sr_mpls_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VLIB_API_INIT_FUNCTION ( sr_mpls_api_hookup  )

+ Here is the caller graph for this function: