FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
lookup.c File Reference

IPv4 and IPv6 adjacency and lookup table managment. More...

+ Include dependency graph for lookup.c:

Go to the source code of this file.

Functions

clib_error_tip_interface_address_add_del (ip_lookup_main_t *lm, u32 sw_if_index, void *addr_fib, u32 address_length, u32 is_del, u32 *result_if_address_index)
 
static clib_error_tip_sw_interface_add_del (vnet_main_t *vnm, u32 sw_if_index, u32 is_add)
 
 VNET_SW_INTERFACE_ADD_DEL_FUNCTION (ip_sw_interface_add_del)
 
void ip_lookup_init (ip_lookup_main_t *lm, u32 is_ip6)
 
u8format_ip_flow_hash_config (u8 *s, va_list *args)
 
u8format_ip_lookup_next (u8 *s, va_list *args)
 
u8format_ip_adjacency_packet_data (u8 *s, va_list *args)
 
static uword unformat_dpo (unformat_input_t *input, va_list *args)
 
clib_error_tvnet_ip_route_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
 
clib_error_tvnet_ip_table_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd, fib_protocol_t fproto)
 
clib_error_tvnet_ip4_table_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
 
clib_error_tvnet_ip6_table_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
 
static clib_error_tip_table_bind_cmd (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd, fib_protocol_t fproto)
 
static clib_error_tip4_table_bind_cmd (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tip6_table_bind_cmd (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
clib_error_tvnet_ip_mroute_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
 
static clib_error_tip6_probe_neighbor_wait (vlib_main_t *vm, ip6_address_t *a, u32 sw_if_index, int retry_count)
 
static clib_error_tip4_probe_neighbor_wait (vlib_main_t *vm, ip4_address_t *a, u32 sw_if_index, int retry_count)
 
static clib_error_tprobe_neighbor_address (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

const ip46_address_t zero_addr
 
static vlib_cli_command_t vlib_cli_ip_command
 (constructor) VLIB_CLI_COMMAND (vlib_cli_ip_command) More...
 
static vlib_cli_command_t vlib_cli_ip6_command
 (constructor) VLIB_CLI_COMMAND (vlib_cli_ip6_command) More...
 
static vlib_cli_command_t vlib_cli_show_ip_command
 (constructor) VLIB_CLI_COMMAND (vlib_cli_show_ip_command) More...
 
static vlib_cli_command_t vlib_cli_show_ip6_command
 (constructor) VLIB_CLI_COMMAND (vlib_cli_show_ip6_command) More...
 
static vlib_cli_command_t ip_route_command
 (constructor) VLIB_CLI_COMMAND (ip_route_command) More...
 
static vlib_cli_command_t ip4_table_command
 (constructor) VLIB_CLI_COMMAND (ip4_table_command) More...
 
static vlib_cli_command_t ip6_table_command
 (constructor) VLIB_CLI_COMMAND (ip6_table_command) More...
 
static vlib_cli_command_t set_interface_ip_table_command
 (constructor) VLIB_CLI_COMMAND (set_interface_ip_table_command) More...
 
static vlib_cli_command_t set_interface_ip6_table_command
 (constructor) VLIB_CLI_COMMAND (set_interface_ip6_table_command) More...
 
static vlib_cli_command_t ip_mroute_command
 (constructor) VLIB_CLI_COMMAND (ip_mroute_command) More...
 
static vlib_cli_command_t ip_probe_neighbor_command
 (constructor) VLIB_CLI_COMMAND (ip_probe_neighbor_command) More...
 

Detailed Description

IPv4 and IPv6 adjacency and lookup table managment.

Definition in file lookup.c.

Function Documentation

u8* format_ip_adjacency_packet_data ( u8 s,
va_list *  args 
)

Definition at line 296 of file lookup.c.

+ Here is the call graph for this function:

u8* format_ip_flow_hash_config ( u8 s,
va_list *  args 
)

Definition at line 243 of file lookup.c.

u8* format_ip_lookup_next ( u8 s,
va_list *  args 
)

Definition at line 255 of file lookup.c.

+ Here is the call graph for this function:

static clib_error_t* ip4_probe_neighbor_wait ( vlib_main_t vm,
ip4_address_t a,
u32  sw_if_index,
int  retry_count 
)
static

Definition at line 1290 of file lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 921 of file lookup.c.

+ Here is the call graph for this function:

static clib_error_t* ip6_probe_neighbor_wait ( vlib_main_t vm,
ip6_address_t a,
u32  sw_if_index,
int  retry_count 
)
static

Definition at line 1238 of file lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 929 of file lookup.c.

+ Here is the call graph for this function:

clib_error_t* ip_interface_address_add_del ( ip_lookup_main_t lm,
u32  sw_if_index,
void *  addr_fib,
u32  address_length,
u32  is_del,
u32 result_if_address_index 
)

Definition at line 61 of file lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip_lookup_init ( ip_lookup_main_t lm,
u32  is_ip6 
)

Definition at line 202 of file lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* ip_sw_interface_add_del ( vnet_main_t vnm,
u32  sw_if_index,
u32  is_add 
)
static

Definition at line 187 of file lookup.c.

+ Here is the call graph for this function:

static clib_error_t* ip_table_bind_cmd ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd,
fib_protocol_t  fproto 
)
static

Definition at line 870 of file lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 1344 of file lookup.c.

+ Here is the call graph for this function:

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

Definition at line 319 of file lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* vnet_ip4_table_cmd ( vlib_main_t vm,
unformat_input_t main_input,
vlib_cli_command_t cmd 
)

Definition at line 762 of file lookup.c.

+ Here is the call graph for this function:

clib_error_t* vnet_ip6_table_cmd ( vlib_main_t vm,
unformat_input_t main_input,
vlib_cli_command_t cmd 
)

Definition at line 769 of file lookup.c.

+ Here is the call graph for this function:

clib_error_t* vnet_ip_mroute_cmd ( vlib_main_t vm,
unformat_input_t main_input,
vlib_cli_command_t cmd 
)

Definition at line 993 of file lookup.c.

+ Here is the call graph for this function:

clib_error_t* vnet_ip_route_cmd ( vlib_main_t vm,
unformat_input_t main_input,
vlib_cli_command_t cmd 
)

Definition at line 364 of file lookup.c.

+ Here is the call graph for this function:

clib_error_t* vnet_ip_table_cmd ( vlib_main_t vm,
unformat_input_t main_input,
vlib_cli_command_t cmd,
fib_protocol_t  fproto 
)

Definition at line 701 of file lookup.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VNET_SW_INTERFACE_ADD_DEL_FUNCTION ( ip_sw_interface_add_del  )

+ Here is the caller graph for this function:

Variable Documentation

vlib_cli_command_t ip4_table_command
static
Initial value:
= {
.path = "ip table",
.short_help = "ip table [add|del] <table-id>",
.function = vnet_ip4_table_cmd,
.is_mp_safe = 1,
}
clib_error_t * vnet_ip4_table_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
Definition: lookup.c:762

(constructor) VLIB_CLI_COMMAND (ip4_table_command)

Definition at line 846 of file lookup.c.

vlib_cli_command_t ip6_table_command
static
Initial value:
= {
.path = "ip6 table",
.short_help = "ip6 table [add|del] <table-id>",
.function = vnet_ip6_table_cmd,
.is_mp_safe = 1,
}
clib_error_t * vnet_ip6_table_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
Definition: lookup.c:769

(constructor) VLIB_CLI_COMMAND (ip6_table_command)

Definition at line 862 of file lookup.c.

vlib_cli_command_t ip_mroute_command
static
Initial value:
=
{
.path = "ip mroute",
.short_help = "ip mroute [add|del] <dst-ip-addr>/<width> [table <table-id>] [via <next-hop-ip-addr> [<interface>],",
.function = vnet_ip_mroute_cmd,
.is_mp_safe = 1,
}
clib_error_t * vnet_ip_mroute_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
Definition: lookup.c:993

(constructor) VLIB_CLI_COMMAND (ip_mroute_command)

Definition at line 1223 of file lookup.c.

vlib_cli_command_t ip_probe_neighbor_command
static
Initial value:
= {
.path = "ip probe-neighbor",
.short_help = "ip probe-neighbor <interface> <ip4-addr> | <ip6-addr> [retry nn]",
.is_mp_safe = 1,
}
static clib_error_t * probe_neighbor_address(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lookup.c:1344

(constructor) VLIB_CLI_COMMAND (ip_probe_neighbor_command)

Definition at line 1428 of file lookup.c.

vlib_cli_command_t ip_route_command
static
Initial value:
= {
.path = "ip route",
.short_help = "ip route [add|del] [count <n>] <dst-ip-addr>/<width> [table <table-id>] [via <next-hop-ip-addr> [<interface>] [weight <weight>]] | [via arp <interface> <adj-hop-ip-addr>] | [via drop|punt|local<id>|arp|classify <classify-idx>] [lookup in table <out-table-id>]",
.function = vnet_ip_route_cmd,
.is_mp_safe = 1,
}
clib_error_t * vnet_ip_route_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
Definition: lookup.c:364

(constructor) VLIB_CLI_COMMAND (ip_route_command)

Definition at line 831 of file lookup.c.

vlib_cli_command_t set_interface_ip6_table_command
static
Initial value:
=
{
.path = "set interface ip6 table",
.function = ip6_table_bind_cmd,
.short_help = "set interface ip6 table <interface> <table-id>"
}
static clib_error_t * ip6_table_bind_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lookup.c:929

(constructor) VLIB_CLI_COMMAND (set_interface_ip6_table_command)

Definition at line 984 of file lookup.c.

vlib_cli_command_t set_interface_ip_table_command
static
Initial value:
=
{
.path = "set interface ip table",
.function = ip4_table_bind_cmd,
.short_help = "set interface ip table <interface> <table-id>",
}
static clib_error_t * ip4_table_bind_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lookup.c:921

(constructor) VLIB_CLI_COMMAND (set_interface_ip_table_command)

Definition at line 956 of file lookup.c.

vlib_cli_command_t vlib_cli_ip6_command
static
Initial value:
= {
.path = "ip6",
.short_help = "Internet protocol version 6 (IPv6) commands",
}

(constructor) VLIB_CLI_COMMAND (vlib_cli_ip6_command)

Definition at line 783 of file lookup.c.

vlib_cli_command_t vlib_cli_ip_command
static
Initial value:
= {
.path = "ip",
.short_help = "Internet protocol (IP) commands",
}

(constructor) VLIB_CLI_COMMAND (vlib_cli_ip_command)

Definition at line 776 of file lookup.c.

vlib_cli_command_t vlib_cli_show_ip6_command
static
Initial value:
= {
.path = "show ip6",
.short_help = "Internet protocol version 6 (IPv6) show commands",
}

(constructor) VLIB_CLI_COMMAND (vlib_cli_show_ip6_command)

Definition at line 797 of file lookup.c.

vlib_cli_command_t vlib_cli_show_ip_command
static
Initial value:
= {
.path = "show ip",
.short_help = "Internet protocol (IP) show commands",
}

(constructor) VLIB_CLI_COMMAND (vlib_cli_show_ip_command)

Definition at line 790 of file lookup.c.

const ip46_address_t zero_addr
Initial value:
= {
.as_u64 = {
0, 0},
}

Definition at line 358 of file lookup.c.