FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
mactime.c File Reference
+ Include dependency graph for mactime.c:

Go to the source code of this file.

Macros

#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define REPLY_MSG_ID_BASE   mm->msg_id_base
 

Functions

static void feature_init (mactime_main_t *mm)
 
int mactime_enable_disable (mactime_main_t *mm, u32 sw_if_index, int enable_disable)
 Action function shared between message handler and debug CLI. More...
 
static clib_error_tmactime_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static void vl_api_mactime_enable_disable_t_handler (vl_api_mactime_enable_disable_t *mp)
 Enable / disable time-base src mac filtration on an interface. More...
 
static void vl_api_mactime_dump_t_handler (vl_api_mactime_dump_t *mp)
 
void mactime_send_create_entry_message (u8 *mac_address)
 Create a lookup table entry for the indicated mac address. More...
 
static void vl_api_mactime_add_del_range_t_handler (vl_api_mactime_add_del_range_t *mp)
 Add or delete static / dynamic accept/drop configuration for a src mac. More...
 
static clib_error_tmactime_init (vlib_main_t *vm)
 
static clib_error_tmactime_config (vlib_main_t *vm, unformat_input_t *input)
 
 VNET_FEATURE_INIT (mactime, static)
 
 VNET_FEATURE_INIT (mactime_tx, static)
 
 VLIB_PLUGIN_REGISTER ()
 
u8format_bytes_with_width (u8 *s, va_list *va)
 
static walk_rc_t mactime_ip_neighbor_copy (index_t ipni, void *ctx)
 
static clib_error_tshow_mactime_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tclear_mactime_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

mactime_main_t mactime_main
 
static vlib_cli_command_t mactime_enable_disable_command
 (constructor) VLIB_CLI_COMMAND (mactime_enable_disable_command) More...
 
static vlib_cli_command_t show_mactime_command
 (constructor) VLIB_CLI_COMMAND (show_mactime_command) More...
 
static vlib_cli_command_t clear_mactime_command
 (constructor) VLIB_CLI_COMMAND (clear_mactime_command) More...
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   mm->msg_id_base

Definition at line 33 of file mactime.c.

◆ vl_print

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

Definition at line 31 of file mactime.c.

Function Documentation

◆ clear_mactime_command_fn()

static clib_error_t* clear_mactime_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 699 of file mactime.c.

+ Here is the call graph for this function:

◆ feature_init()

static void feature_init ( mactime_main_t mm)
static

Definition at line 44 of file mactime.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_bytes_with_width()

u8* format_bytes_with_width ( u8 s,
va_list *  va 
)

Definition at line 490 of file mactime.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mactime_config()

static clib_error_t* mactime_config ( vlib_main_t vm,
unformat_input_t input 
)
static

Definition at line 438 of file mactime.c.

+ Here is the call graph for this function:

◆ mactime_enable_disable()

int mactime_enable_disable ( mactime_main_t mm,
u32  sw_if_index,
int  enable_disable 
)

Action function shared between message handler and debug CLI.

Definition at line 65 of file mactime.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mactime_enable_disable_command_fn()

static clib_error_t* mactime_enable_disable_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 98 of file mactime.c.

+ Here is the call graph for this function:

◆ mactime_init()

static clib_error_t* mactime_init ( vlib_main_t vm)
static

Definition at line 414 of file mactime.c.

+ Here is the call graph for this function:

◆ mactime_ip_neighbor_copy()

static walk_rc_t mactime_ip_neighbor_copy ( index_t  ipni,
void *  ctx 
)
static

Definition at line 530 of file mactime.c.

+ Here is the caller graph for this function:

◆ mactime_send_create_entry_message()

void mactime_send_create_entry_message ( u8 mac_address)

Create a lookup table entry for the indicated mac address.

Definition at line 246 of file mactime.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ show_mactime_command_fn()

static clib_error_t* show_mactime_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 540 of file mactime.c.

+ Here is the call graph for this function:

◆ vl_api_mactime_add_del_range_t_handler()

static void vl_api_mactime_add_del_range_t_handler ( vl_api_mactime_add_del_range_t mp)
static

Add or delete static / dynamic accept/drop configuration for a src mac.

Definition at line 273 of file mactime.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_mactime_dump_t_handler()

static void vl_api_mactime_dump_t_handler ( vl_api_mactime_dump_t mp)
static

Definition at line 172 of file mactime.c.

+ Here is the call graph for this function:

◆ vl_api_mactime_enable_disable_t_handler()

static void vl_api_mactime_enable_disable_t_handler ( vl_api_mactime_enable_disable_t mp)
static

Enable / disable time-base src mac filtration on an interface.

Definition at line 157 of file mactime.c.

+ Here is the call graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )

◆ VNET_FEATURE_INIT() [1/2]

VNET_FEATURE_INIT ( mactime  ,
static   
)

◆ VNET_FEATURE_INIT() [2/2]

VNET_FEATURE_INIT ( mactime_tx  ,
static   
)

Variable Documentation

◆ clear_mactime_command

vlib_cli_command_t clear_mactime_command
static
Initial value:
=
{
.path = "clear mactime",
.short_help = "clear mactime counters",
}
static clib_error_t * clear_mactime_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: mactime.c:699

(constructor) VLIB_CLI_COMMAND (clear_mactime_command)

Definition at line 714 of file mactime.c.

◆ mactime_enable_disable_command

vlib_cli_command_t mactime_enable_disable_command
static
Initial value:
=
{
.path = "mactime enable-disable",
.short_help =
"mactime enable-disable <interface-name> [disable]",
}
static clib_error_t * mactime_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: mactime.c:98

(constructor) VLIB_CLI_COMMAND (mactime_enable_disable_command)

Definition at line 143 of file mactime.c.

◆ mactime_main

mactime_main_t mactime_main

Definition at line 38 of file mactime.c.

◆ show_mactime_command

vlib_cli_command_t show_mactime_command
static
Initial value:
=
{
.path = "show mactime",
.short_help = "show mactime [verbose]",
}
static clib_error_t * show_mactime_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: mactime.c:540

(constructor) VLIB_CLI_COMMAND (show_mactime_command)

Definition at line 690 of file mactime.c.