FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
arp.c File Reference

IPv4 ARP. More...

+ Include dependency graph for arp.c:

Go to the source code of this file.

Data Structures

struct  ethernet_arp_interface_t_
 Per-interface ARP configuration and state. More...
 
struct  ethernet_proxy_arp_t
 
struct  pending_resolution_t
 
struct  ethernet_arp_main_t
 
struct  vnet_arp_set_ip4_over_ethernet_rpc_args_t
 
struct  ethernet_arp_input_trace_t
 
struct  pg_ethernet_arp_header_t
 

Macros

#define ETHERNET_ARP_ARGS_REMOVE   (1<<0)
 
#define ETHERNET_ARP_ARGS_FLUSH   (1<<1)
 
#define ETHERNET_ARP_ARGS_POPULATE   (1<<2)
 
#define ETHERNET_ARP_ARGS_WC_PUB   (1<<3)
 
#define foreach_ethernet_arp_error
 

Typedefs

typedef struct ethernet_arp_interface_t_ ethernet_arp_interface_t
 Per-interface ARP configuration and state. More...
 

Enumerations

enum  arp_input_next_t { ARP_INPUT_NEXT_DROP, ARP_INPUT_NEXT_REPLY_TX, ARP_INPUT_N_NEXT }
 
enum  ethernet_arp_input_error_t { ETHERNET_ARP_N_ERROR }
 
enum  arp_term_next_t { ARP_TERM_NEXT_L2_OUTPUT, ARP_TERM_NEXT_DROP, ARP_TERM_N_NEXT }
 

Functions

void vl_api_rpc_call_main_thread (void *fp, u8 *data, u32 data_length)
 
static void set_ip4_over_ethernet_rpc_callback (vnet_arp_set_ip4_over_ethernet_rpc_args_t *a)
 
static u8format_ethernet_arp_hardware_type (u8 *s, va_list *va)
 
static u8format_ethernet_arp_opcode (u8 *s, va_list *va)
 
static uword unformat_ethernet_arp_opcode_host_byte_order (unformat_input_t *input, va_list *args)
 
static uword unformat_ethernet_arp_opcode_net_byte_order (unformat_input_t *input, va_list *args)
 
static u8format_ethernet_arp_header (u8 *s, va_list *va)
 
u8format_ethernet_arp_ip4_entry (u8 *s, va_list *va)
 
static u8format_ethernet_arp_input_trace (u8 *s, va_list *va)
 
static u8format_arp_term_input_trace (u8 *s, va_list *va)
 
static void arp_nbr_probe (ip_adjacency_t *adj)
 
static void arp_mk_complete (adj_index_t ai, ethernet_arp_ip4_entry_t *e)
 
static void arp_mk_incomplete (adj_index_t ai)
 
static ethernet_arp_ip4_entry_tarp_entry_find (ethernet_arp_interface_t *eai, const ip4_address_t *addr)
 
static adj_walk_rc_t arp_mk_complete_walk (adj_index_t ai, void *ctx)
 
static adj_walk_rc_t arp_mk_incomplete_walk (adj_index_t ai, void *ctx)
 
void arp_update_adjacency (vnet_main_t *vnm, u32 sw_if_index, u32 ai)
 
static void arp_adj_fib_add (ethernet_arp_ip4_entry_t *e, u32 fib_index)
 
static int vnet_arp_set_ip4_over_ethernet_internal (vnet_main_t *vnm, vnet_arp_set_ip4_over_ethernet_rpc_args_t *args)
 
void vnet_register_ip4_arp_resolution_event (vnet_main_t *vnm, void *address_arg, uword node_index, uword type_opaque, uword data)
 
int vnet_add_del_ip4_arp_change_event (vnet_main_t *vnm, void *data_callback, u32 pid, void *address_arg, uword node_index, uword type_opaque, uword data, int is_add)
 
static void unset_random_arp_entry (void)
 
static int arp_unnumbered (vlib_buffer_t *p0, u32 input_sw_if_index, u32 conn_sw_if_index)
 
static u32 arp_learn (vnet_main_t *vnm, ethernet_arp_main_t *am, u32 sw_if_index, void *addr)
 
static uword arp_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
static int ip4_arp_entry_sort (void *a1, void *a2)
 
ethernet_arp_ip4_entry_tip4_neighbor_entries (u32 sw_if_index)
 
static clib_error_tshow_ip4_arp (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static void pg_ethernet_arp_header_init (pg_ethernet_arp_header_t *p)
 
uword unformat_pg_arp_header (unformat_input_t *input, va_list *args)
 
clib_error_tip4_set_arp_limit (u32 arp_limit)
 
int vnet_arp_unset_ip4_over_ethernet (vnet_main_t *vnm, u32 sw_if_index, void *a_arg)
 Control Plane hook to remove an ARP entry. More...
 
static int vnet_arp_flush_ip4_over_ethernet (vnet_main_t *vnm, u32 sw_if_index, void *a_arg)
 Internally generated event to flush the ARP cache on an interface state change event. More...
 
static int vnet_arp_populate_ip4_over_ethernet (vnet_main_t *vnm, u32 sw_if_index, void *a_arg)
 Internally generated event to populate the ARP cache on an interface state change event. More...
 
static int vnet_arp_wc_publish (u32 sw_if_index, void *a_arg)
 publish wildcard arp event More...
 
static void vnet_arp_wc_publish_internal (vnet_main_t *vnm, vnet_arp_set_ip4_over_ethernet_rpc_args_t *args)
 
void wc_arp_set_publisher_node (uword node_index, uword event_type)
 
static void arp_add_del_interface_address (ip4_main_t *im, uword opaque, u32 sw_if_index, ip4_address_t *address, u32 address_length, u32 if_address_index, u32 is_del)
 
void arp_adj_fib_remove (ethernet_arp_ip4_entry_t *e, u32 fib_index)
 
static void arp_table_bind (ip4_main_t *im, uword opaque, u32 sw_if_index, u32 new_fib_index, u32 old_fib_index)
 
static clib_error_tethernet_arp_init (vlib_main_t *vm)
 
static void arp_entry_free (ethernet_arp_interface_t *eai, ethernet_arp_ip4_entry_t *e)
 
static int vnet_arp_unset_ip4_over_ethernet_internal (vnet_main_t *vnm, vnet_arp_set_ip4_over_ethernet_rpc_args_t *args)
 
static int vnet_arp_flush_ip4_over_ethernet_internal (vnet_main_t *vnm, vnet_arp_set_ip4_over_ethernet_rpc_args_t *args)
 
static int vnet_arp_populate_ip4_over_ethernet_internal (vnet_main_t *vnm, vnet_arp_set_ip4_over_ethernet_rpc_args_t *args)
 
static clib_error_tethernet_arp_sw_interface_up_down (vnet_main_t *vnm, u32 sw_if_index, u32 flags)
 Invoked when the interface's admin state changes. More...
 
 VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION (ethernet_arp_sw_interface_up_down)
 
static void increment_ip4_and_mac_address (ethernet_arp_ip4_over_ethernet_address_t *a)
 
int vnet_arp_set_ip4_over_ethernet (vnet_main_t *vnm, u32 sw_if_index, void *a_arg, int is_static, int is_no_fib_entry)
 
int vnet_proxy_arp_add_del (ip4_address_t *lo_addr, ip4_address_t *hi_addr, u32 fib_index, int is_del)
 
int vnet_proxy_arp_fib_reset (u32 fib_id)
 
static clib_error_tip_arp_add_del_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tset_int_proxy_arp_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static uword arp_term_l2bd (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
clib_error_tarp_term_init (vlib_main_t *vm)
 
void change_arp_mac (u32 sw_if_index, ethernet_arp_ip4_entry_t *e)
 
void ethernet_arp_change_mac (u32 sw_if_index)
 
void send_ip4_garp (vlib_main_t *vm, vnet_hw_interface_t *hi)
 

Variables

static ethernet_arp_main_t ethernet_arp_main
 
static const u8 vrrp_prefix [] = { 0x00, 0x00, 0x5E, 0x00, 0x01 }
 
u32 send_garp_na_process_node_index
 
static char * ethernet_arp_error_strings []
 
static vlib_node_registration_t arp_input_node
 (constructor) VLIB_REGISTER_NODE (arp_input_node) More...
 
static vlib_cli_command_t show_ip4_arp_command
 (constructor) VLIB_CLI_COMMAND (show_ip4_arp_command) More...
 
static vlib_cli_command_t ip_arp_add_del_command
 (constructor) VLIB_CLI_COMMAND (ip_arp_add_del_command) More...
 
static vlib_cli_command_t set_int_proxy_enable_command
 (constructor) VLIB_CLI_COMMAND (set_int_proxy_enable_command) More...
 
u32 arp_term_next_node_index [32]
 
static vlib_node_registration_t arp_term_l2bd_node
 (constructor) VLIB_REGISTER_NODE (arp_term_l2bd_node) More...
 

Detailed Description

IPv4 ARP.

This file contains code to manage the IPv4 ARP tables (IP Address to MAC Address lookup).

Definition in file arp.c.

Macro Definition Documentation

#define ETHERNET_ARP_ARGS_FLUSH   (1<<1)

Definition at line 110 of file arp.c.

#define ETHERNET_ARP_ARGS_POPULATE   (1<<2)

Definition at line 111 of file arp.c.

#define ETHERNET_ARP_ARGS_REMOVE   (1<<0)

Definition at line 109 of file arp.c.

#define ETHERNET_ARP_ARGS_WC_PUB   (1<<3)

Definition at line 112 of file arp.c.

#define foreach_ethernet_arp_error
Value:
_ (replies_sent, "ARP replies sent") \
_ (l2_type_not_ethernet, "L2 type not ethernet") \
_ (l3_type_not_ip4, "L3 type not IP4") \
_ (l3_src_address_not_local, "IP4 source address not local to subnet") \
_ (l3_dst_address_not_local, "IP4 destination address not local to subnet") \
_ (l3_src_address_is_local, "IP4 source address matches local interface") \
_ (l3_src_address_learned, "ARP request IP4 source address learned") \
_ (replies_received, "ARP replies received") \
_ (opcode_not_request, "ARP opcode not request") \
_ (proxy_arp_replies_sent, "Proxy ARP replies sent") \
_ (l2_address_mismatch, "ARP hw addr does not match L2 frame src addr") \
_ (gratuitous_arp, "ARP probe or announcement dropped") \
_ (interface_no_table, "Interface is not mapped to an IP table") \
_ (interface_not_ip_enabled, "Interface is not IP enabled") \

Definition at line 791 of file arp.c.

Typedef Documentation

Per-interface ARP configuration and state.

Enumeration Type Documentation

Enumerator
ARP_INPUT_NEXT_DROP 
ARP_INPUT_NEXT_REPLY_TX 
ARP_INPUT_N_NEXT 

Definition at line 784 of file arp.c.

Enumerator
ARP_TERM_NEXT_L2_OUTPUT 
ARP_TERM_NEXT_DROP 
ARP_TERM_N_NEXT 

Definition at line 2230 of file arp.c.

Enumerator
ETHERNET_ARP_N_ERROR 

Definition at line 807 of file arp.c.

Function Documentation

static void arp_add_del_interface_address ( ip4_main_t im,
uword  opaque,
u32  sw_if_index,
ip4_address_t address,
u32  address_length,
u32  if_address_index,
u32  is_del 
)
static

Definition at line 1575 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void arp_adj_fib_add ( ethernet_arp_ip4_entry_t e,
u32  fib_index 
)
static

Definition at line 532 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void arp_adj_fib_remove ( ethernet_arp_ip4_entry_t e,
u32  fib_index 
)

Definition at line 1630 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static ethernet_arp_ip4_entry_t* arp_entry_find ( ethernet_arp_interface_t eai,
const ip4_address_t addr 
)
static

Definition at line 406 of file arp.c.

+ Here is the caller graph for this function:

static void arp_entry_free ( ethernet_arp_interface_t eai,
ethernet_arp_ip4_entry_t e 
)
static

Definition at line 1745 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword arp_input ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 885 of file arp.c.

+ Here is the call graph for this function:

static u32 arp_learn ( vnet_main_t vnm,
ethernet_arp_main_t am,
u32  sw_if_index,
void *  addr 
)
static

Definition at line 873 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void arp_mk_complete ( adj_index_t  ai,
ethernet_arp_ip4_entry_t e 
)
static

Definition at line 382 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static adj_walk_rc_t arp_mk_complete_walk ( adj_index_t  ai,
void *  ctx 
)
static

Definition at line 425 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void arp_mk_incomplete ( adj_index_t  ai)
static

Definition at line 392 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static adj_walk_rc_t arp_mk_incomplete_walk ( adj_index_t  ai,
void *  ctx 
)
static

Definition at line 435 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void arp_nbr_probe ( ip_adjacency_t adj)
static

Definition at line 319 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void arp_table_bind ( ip4_main_t im,
uword  opaque,
u32  sw_if_index,
u32  new_fib_index,
u32  old_fib_index 
)
static

Definition at line 1654 of file arp.c.

+ Here is the caller graph for this function:

clib_error_t* arp_term_init ( vlib_main_t vm)

Definition at line 2457 of file arp.c.

+ Here is the call graph for this function:

static uword arp_term_l2bd ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)
static

Definition at line 2240 of file arp.c.

+ Here is the call graph for this function:

static int arp_unnumbered ( vlib_buffer_t p0,
u32  input_sw_if_index,
u32  conn_sw_if_index 
)
static

Definition at line 848 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void arp_update_adjacency ( vnet_main_t vnm,
u32  sw_if_index,
u32  ai 
)

Definition at line 443 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void change_arp_mac ( u32  sw_if_index,
ethernet_arp_ip4_entry_t e 
)

Definition at line 2471 of file arp.c.

+ Here is the call graph for this function:

void ethernet_arp_change_mac ( u32  sw_if_index)

Definition at line 2481 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* ethernet_arp_init ( vlib_main_t vm)
static

Definition at line 1689 of file arp.c.

+ Here is the call graph for this function:

static clib_error_t* ethernet_arp_sw_interface_up_down ( vnet_main_t vnm,
u32  sw_if_index,
u32  flags 
)
static

Invoked when the interface's admin state changes.

Definition at line 1868 of file arp.c.

+ Here is the call graph for this function:

static u8* format_arp_term_input_trace ( u8 s,
va_list *  va 
)
static

Definition at line 302 of file arp.c.

+ Here is the call graph for this function:

static u8* format_ethernet_arp_hardware_type ( u8 s,
va_list *  va 
)
static

Definition at line 125 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_ethernet_arp_header ( u8 s,
va_list *  va 
)
static

Definition at line 202 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_ethernet_arp_input_trace ( u8 s,
va_list *  va 
)
static

Definition at line 288 of file arp.c.

+ Here is the call graph for this function:

u8* format_ethernet_arp_ip4_entry ( u8 s,
va_list *  va 
)

Definition at line 249 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* format_ethernet_arp_opcode ( u8 s,
va_list *  va 
)
static

Definition at line 143 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void increment_ip4_and_mac_address ( ethernet_arp_ip4_over_ethernet_address_t *  a)
static

Definition at line 1910 of file arp.c.

+ Here is the caller graph for this function:

static int ip4_arp_entry_sort ( void *  a1,
void *  a2 
)
static

Definition at line 1289 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ethernet_arp_ip4_entry_t* ip4_neighbor_entries ( u32  sw_if_index)

Definition at line 1304 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* ip4_set_arp_limit ( u32  arp_limit)

Definition at line 1451 of file arp.c.

+ Here is the caller graph for this function:

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

Definition at line 2024 of file arp.c.

+ Here is the call graph for this function:

static void pg_ethernet_arp_header_init ( pg_ethernet_arp_header_t p)
inlinestatic

Definition at line 1398 of file arp.c.

+ Here is the caller graph for this function:

void send_ip4_garp ( vlib_main_t vm,
vnet_hw_interface_t hi 
)

Definition at line 2501 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 2160 of file arp.c.

+ Here is the call graph for this function:

static void set_ip4_over_ethernet_rpc_callback ( vnet_arp_set_ip4_over_ethernet_rpc_args_t a)
static

Definition at line 1846 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 1323 of file arp.c.

+ Here is the call graph for this function:

static uword unformat_ethernet_arp_opcode_host_byte_order ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 161 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static uword unformat_ethernet_arp_opcode_net_byte_order ( unformat_input_t input,
va_list *  args 
)
static

Definition at line 189 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uword unformat_pg_arp_header ( unformat_input_t input,
va_list *  args 
)

Definition at line 1415 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void unset_random_arp_entry ( void  )
static

Definition at line 817 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void vl_api_rpc_call_main_thread ( void *  fp,
u8 data,
u32  data_length 
)

Definition at line 644 of file vlib_api.c.

+ Here is the caller graph for this function:

int vnet_add_del_ip4_arp_change_event ( vnet_main_t vnm,
void *  data_callback,
u32  pid,
void *  address_arg,
uword  node_index,
uword  type_opaque,
uword  data,
int  is_add 
)

Definition at line 719 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int vnet_arp_flush_ip4_over_ethernet ( vnet_main_t vnm,
u32  sw_if_index,
void *  a_arg 
)
static

Internally generated event to flush the ARP cache on an interface state change event.

A flush will remove dynamic ARP entries, and for statics remove the MAC address from the corresponding adjacencies.

Definition at line 1485 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int vnet_arp_flush_ip4_over_ethernet_internal ( vnet_main_t vnm,
vnet_arp_set_ip4_over_ethernet_rpc_args_t args 
)
static

Definition at line 1784 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int vnet_arp_populate_ip4_over_ethernet ( vnet_main_t vnm,
u32  sw_if_index,
void *  a_arg 
)
static

Internally generated event to populate the ARP cache on an interface state change event.

For static entries this will re-source the adjacencies.

Parameters
sw_if_indexThe interface on which the ARP entires are acted

Definition at line 1508 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int vnet_arp_populate_ip4_over_ethernet_internal ( vnet_main_t vnm,
vnet_arp_set_ip4_over_ethernet_rpc_args_t args 
)
static

Definition at line 1824 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_arp_set_ip4_over_ethernet ( vnet_main_t vnm,
u32  sw_if_index,
void *  a_arg,
int  is_static,
int  is_no_fib_entry 
)

Definition at line 1933 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int vnet_arp_set_ip4_over_ethernet_internal ( vnet_main_t vnm,
vnet_arp_set_ip4_over_ethernet_rpc_args_t args 
)
static

Definition at line 550 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_arp_unset_ip4_over_ethernet ( vnet_main_t vnm,
u32  sw_if_index,
void *  a_arg 
)

Control Plane hook to remove an ARP entry.

Definition at line 1463 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int vnet_arp_unset_ip4_over_ethernet_internal ( vnet_main_t vnm,
vnet_arp_set_ip4_over_ethernet_rpc_args_t args 
)
inlinestatic

Definition at line 1757 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int vnet_arp_wc_publish ( u32  sw_if_index,
void *  a_arg 
)
static

publish wildcard arp event

Parameters
sw_if_indexThe interface on which the ARP entires are acted

Definition at line 1528 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vnet_arp_wc_publish_internal ( vnet_main_t vnm,
vnet_arp_set_ip4_over_ethernet_rpc_args_t args 
)
static

Definition at line 1543 of file arp.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int vnet_proxy_arp_add_del ( ip4_address_t lo_addr,
ip4_address_t hi_addr,
u32  fib_index,
int  is_del 
)

Definition at line 1952 of file arp.c.

+ Here is the caller graph for this function:

int vnet_proxy_arp_fib_reset ( u32  fib_id)

Definition at line 1993 of file arp.c.

+ Here is the call graph for this function:

void vnet_register_ip4_arp_resolution_event ( vnet_main_t vnm,
void *  address_arg,
uword  node_index,
uword  type_opaque,
uword  data 
)

Definition at line 688 of file arp.c.

+ Here is the caller graph for this function:

VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION ( ethernet_arp_sw_interface_up_down  )

+ Here is the caller graph for this function:

void wc_arp_set_publisher_node ( uword  node_index,
uword  event_type 
)

Definition at line 1562 of file arp.c.

+ Here is the caller graph for this function:

Variable Documentation

vlib_node_registration_t arp_input_node
static
Initial value:
=
{
.function = arp_input,
.name = "arp-input",
.vector_size = sizeof (u32),
.n_errors = ETHERNET_ARP_N_ERROR,
.error_strings = ethernet_arp_error_strings,
.n_next_nodes = ARP_INPUT_N_NEXT,
.next_nodes = {
[ARP_INPUT_NEXT_DROP] = "error-drop",
[ARP_INPUT_NEXT_REPLY_TX] = "interface-output",
},
.format_buffer = format_ethernet_arp_header,
}
static u8 * format_ethernet_arp_header(u8 *s, va_list *va)
Definition: arp.c:202
static uword arp_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: arp.c:885
static u8 * format_ethernet_arp_input_trace(u8 *s, va_list *va)
Definition: arp.c:288
static char * ethernet_arp_error_strings[]
Definition: arp.c:1264
unsigned int u32
Definition: types.h:88

(constructor) VLIB_REGISTER_NODE (arp_input_node)

Definition at line 1271 of file arp.c.

vlib_node_registration_t arp_term_l2bd_node
static
Initial value:
= {
.function = arp_term_l2bd,
.name = "arp-term-l2bd",
.vector_size = sizeof (u32),
.n_errors = ETHERNET_ARP_N_ERROR,
.error_strings = ethernet_arp_error_strings,
.n_next_nodes = ARP_TERM_N_NEXT,
.next_nodes = {
[ARP_TERM_NEXT_L2_OUTPUT] = "l2-output",
[ARP_TERM_NEXT_DROP] = "error-drop",
},
.format_buffer = format_ethernet_arp_header,
.format_trace = format_arp_term_input_trace,
}
static uword arp_term_l2bd(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Definition: arp.c:2240
static u8 * format_ethernet_arp_header(u8 *s, va_list *va)
Definition: arp.c:202
static char * ethernet_arp_error_strings[]
Definition: arp.c:1264
unsigned int u32
Definition: types.h:88
static u8 * format_arp_term_input_trace(u8 *s, va_list *va)
Definition: arp.c:302

(constructor) VLIB_REGISTER_NODE (arp_term_l2bd_node)

Definition at line 2440 of file arp.c.

u32 arp_term_next_node_index[32]

Definition at line 2237 of file arp.c.

char* ethernet_arp_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_ethernet_arp_error
Definition: arp.c:791

Definition at line 1264 of file arp.c.

ethernet_arp_main_t ethernet_arp_main
static

Definition at line 100 of file arp.c.

vlib_cli_command_t ip_arp_add_del_command
static
Initial value:
= {
.path = "set ip arp",
.short_help =
"set ip arp [del] <intfc> <ip-address> <mac-address> [static] [no-fib-entry] [count <count>] [fib-id <fib-id>] [proxy <lo-addr> - <hi-addr>]",
}
static clib_error_t * ip_arp_add_del_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: arp.c:2024

(constructor) VLIB_CLI_COMMAND (ip_arp_add_del_command)

Definition at line 2151 of file arp.c.

u32 send_garp_na_process_node_index

Definition at line 118 of file arp.c.

vlib_cli_command_t set_int_proxy_enable_command
static
Initial value:
= {
.path = "set interface proxy-arp",
.short_help =
"set interface proxy-arp <intfc> [enable|disable]",
}
static clib_error_t * set_int_proxy_arp_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: arp.c:2160

(constructor) VLIB_CLI_COMMAND (set_int_proxy_enable_command)

Definition at line 2217 of file arp.c.

vlib_cli_command_t show_ip4_arp_command
static
Initial value:
= {
.path = "show ip arp",
.function = show_ip4_arp,
.short_help = "show ip arp",
}
static clib_error_t * show_ip4_arp(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: arp.c:1323

(constructor) VLIB_CLI_COMMAND (show_ip4_arp_command)

Definition at line 1378 of file arp.c.

const u8 vrrp_prefix[] = { 0x00, 0x00, 0x5E, 0x00, 0x01 }
static

Definition at line 115 of file arp.c.