FD.io VPP
v16.09
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | ip6_fib_key_t |
struct | ip6_fib_t |
struct | ip6_add_del_route_callback_t |
struct | ip6_add_del_interface_address_callback_t |
struct | ip6_main_t |
union | ip6_icmp_neighbor_discovery_event_data_t |
struct | ip6_add_del_route_args_t |
struct | ip6_hop_by_hop_main_t |
Macros | |
#define | IP6_FIB_DEFAULT_HASH_NUM_BUCKETS (64 * 1024) |
#define | IP6_FIB_DEFAULT_HASH_MEMORY_SIZE (32<<20) |
#define | VNET_IP6_UNICAST_FEATURE_INIT(x, ...) |
#define | VNET_IP6_MULTICAST_FEATURE_INIT(x, ...) |
#define | IP6_ROUTE_FLAG_ADD (0 << 0) |
#define | IP6_ROUTE_FLAG_DEL (1 << 0) |
#define | IP6_ROUTE_FLAG_TABLE_ID (0 << 1) |
#define | IP6_ROUTE_FLAG_FIB_INDEX (1 << 1) |
#define | IP6_ROUTE_FLAG_KEEP_OLD_ADJACENCY (1 << 2) |
#define | IP6_ROUTE_FLAG_NO_REDISTRIBUTE (1 << 3) |
#define | IP6_ROUTE_FLAG_NOT_LAST_IN_GROUP (1 << 4) |
#define | IP6_ROUTE_FLAG_NEIGHBOR (1 << 5) |
#define | OI_DECAP 100 |
Typedefs | |
typedef void( | ip6_add_del_route_function_t) (struct ip6_main_t *im, uword opaque, ip6_fib_t *fib, u32 flags, ip6_address_t *address, u32 address_length, void *old_result, void *new_result) |
typedef void( | ip6_add_del_interface_address_function_t) (struct ip6_main_t *im, uword opaque, u32 sw_if_index, ip6_address_t *address, u32 address_length, u32 if_address_index, u32 is_del) |
typedef struct ip6_main_t | ip6_main_t |
Enumerations | |
enum | ip6_icmp_neighbor_discovery_event_type_t { ICMP6_ND_EVENT_INIT } |
Variables | |
ip6_main_t | ip6_main |
vlib_node_registration_t | ip6_input_node |
(constructor) VLIB_REGISTER_NODE (ip6_input_node) More... | |
vlib_node_registration_t | ip6_rewrite_node |
(constructor) VLIB_REGISTER_NODE (ip6_rewrite_node) More... | |
vlib_node_registration_t | ip6_rewrite_local_node |
(constructor) VLIB_REGISTER_NODE (ip6_rewrite_local_node) More... | |
vlib_node_registration_t | ip6_discover_neighbor_node |
(constructor) VLIB_REGISTER_NODE (ip6_discover_neighbor_node) More... | |
vlib_node_registration_t | ip6_icmp_neighbor_discovery_event_node |
serialize_function_t | serialize_vnet_ip6_main |
serialize_function_t | unserialize_vnet_ip6_main |
vlib_node_registration_t | ip6_lookup_node |
(constructor) VLIB_REGISTER_NODE (ip6_lookup_node) More... | |
ip6_hop_by_hop_main_t | ip6_hop_by_hop_main |
#define VNET_IP6_MULTICAST_FEATURE_INIT | ( | x, | |
... | |||
) |
#define VNET_IP6_UNICAST_FEATURE_INIT | ( | x, | |
... | |||
) |
typedef void( ip6_add_del_interface_address_function_t) (struct ip6_main_t *im, uword opaque, u32 sw_if_index, ip6_address_t *address, u32 address_length, u32 if_address_index, u32 is_del) |
typedef void( ip6_add_del_route_function_t) (struct ip6_main_t *im, uword opaque, ip6_fib_t *fib, u32 flags, ip6_address_t *address, u32 address_length, void *old_result, void *new_result) |
typedef struct ip6_main_t ip6_main_t |
clib_error_t* disable_ip6_interface | ( | vlib_main_t * | vm, |
u32 | sw_if_index | ||
) |
Definition at line 2823 of file ip6_neighbor.c.
clib_error_t* enable_ip6_interface | ( | vlib_main_t * | vm, |
u32 | sw_if_index | ||
) |
Definition at line 2873 of file ip6_neighbor.c.
ip6_fib_t* find_ip6_fib_by_table_index_or_id | ( | ip6_main_t * | im, |
u32 | table_index_or_id, | ||
u32 | flags | ||
) |
Get or create an IPv6 fib.
Get or create an IPv6 fib with the provided fib ID or index. The fib ID is a possibly-sparse user-defined value while the fib index defines the position of the fib in the fib vector.
im | ip6_main pointer. |
table_index_or_id | The table index if IP6_ROUTE_FLAG_FIB_INDEX bit is set in flags . Otherwise, when set to ~0 , an arbitrary and unused fib ID is picked and can be retrieved with ret->table_id . Otherwise, it is the fib ID to be used to retrieve or create the desired fib. |
flags | Indicates whether table_index_or_id is the fib index or ID. When the bit IP6_ROUTE_FLAG_FIB_INDEX is set, table_index_or_id is considered as the fib index, and the fib ID otherwise. |
Definition at line 185 of file ip6_forward.c.
clib_error_t* ip6_add_del_interface_address | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
ip6_address_t * | address, | ||
u32 | address_length, | ||
u32 | is_del | ||
) |
Definition at line 1204 of file ip6_forward.c.
void ip6_add_del_route | ( | ip6_main_t * | im, |
ip6_add_del_route_args_t * | args | ||
) |
Definition at line 208 of file ip6_forward.c.
void ip6_add_del_route_next_hop | ( | ip6_main_t * | im, |
u32 | flags, | ||
ip6_address_t * | dst_address, | ||
u32 | dst_address_length, | ||
ip6_address_t * | next_hop, | ||
u32 | next_hop_sw_if_index, | ||
u32 | next_hop_weight, | ||
u32 | adj_index, | ||
u32 | explicit_fib_index | ||
) |
Definition at line 397 of file ip6_forward.c.
int ip6_address_compare | ( | ip6_address_t * | a1, |
ip6_address_t * | a2 | ||
) |
void ip6_adjacency_set_interface_route | ( | vnet_main_t * | vnm, |
ip_adjacency_t * | adj, | ||
u32 | sw_if_index, | ||
u32 | if_address_index | ||
) |
Definition at line 994 of file ip6_forward.c.
|
inlinestatic |
void ip6_delete_matching_routes | ( | ip6_main_t * | im, |
u32 | table_index_or_table_id, | ||
u32 | flags, | ||
ip6_address_t * | address, | ||
u32 | address_length | ||
) |
Definition at line 669 of file ip6_forward.c.
|
inlinestatic |
|
inlinestatic |
void ip6_ethernet_mac_address_from_link_local_address | ( | u8 * | mac, |
ip6_address_t * | ip | ||
) |
u32 ip6_fib_lookup | ( | ip6_main_t * | im, |
u32 | sw_if_index, | ||
ip6_address_t * | dst | ||
) |
Definition at line 94 of file ip6_forward.c.
u32 ip6_fib_lookup_with_table | ( | ip6_main_t * | im, |
u32 | fib_index, | ||
ip6_address_t * | dst | ||
) |
Definition at line 61 of file ip6_forward.c.
void ip6_foreach_matching_route | ( | ip6_main_t * | im, |
u32 | table_index_or_table_id, | ||
u32 | flags, | ||
ip6_address_t * | address, | ||
u32 | address_length, | ||
ip6_address_t ** | results, | ||
u8 ** | result_length | ||
) |
Definition at line 596 of file ip6_forward.c.
u32 ip6_get_route | ( | ip6_main_t * | im, |
u32 | fib_index_or_table_id, | ||
u32 | flags, | ||
ip6_address_t * | address, | ||
u32 | address_length | ||
) |
Definition at line 572 of file ip6_forward.c.
int ip6_hbh_unregister_option | ( | u8 | option | ) |
Definition at line 2925 of file ip6_forward.c.
|
inlinestatic |
int ip6_interface_enabled | ( | vlib_main_t * | vm, |
u32 | sw_if_index | ||
) |
void ip6_link_local_address_from_ethernet_mac_address | ( | ip6_address_t * | ip, |
u8 * | mac | ||
) |
void ip6_maybe_remap_adjacencies | ( | ip6_main_t * | im, |
u32 | table_index_or_table_id, | ||
u32 | flags | ||
) |
Definition at line 650 of file ip6_forward.c.
int ip6_neighbor_ra_config | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
u8 | suppress, | ||
u8 | managed, | ||
u8 | other, | ||
u8 | ll_option, | ||
u8 | send_unicast, | ||
u8 | cease, | ||
u8 | use_lifetime, | ||
u32 | lifetime, | ||
u32 | initial_count, | ||
u32 | initial_interval, | ||
u32 | max_interval, | ||
u32 | min_interval, | ||
u8 | is_no | ||
) |
Definition at line 2237 of file ip6_neighbor.c.
int ip6_neighbor_ra_prefix | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
ip6_address_t * | prefix_addr, | ||
u8 | prefix_len, | ||
u8 | use_default, | ||
u32 | val_lifetime, | ||
u32 | pref_lifetime, | ||
u8 | no_advertise, | ||
u8 | off_link, | ||
u8 | no_autoconfig, | ||
u8 | no_onlink, | ||
u8 | is_no | ||
) |
Definition at line 2320 of file ip6_neighbor.c.
clib_error_t* ip6_probe_neighbor | ( | vlib_main_t * | vm, |
ip6_address_t * | dst, | ||
u32 | sw_if_index | ||
) |
Definition at line 2261 of file ip6_forward.c.
Definition at line 2032 of file ip6_forward.c.
u32 ip6_route_get_next_hop_adj | ( | ip6_main_t * | im, |
u32 | fib_index, | ||
ip6_address_t * | next_hop, | ||
u32 | next_hop_sw_if_index, | ||
u32 | explicit_fib_index | ||
) |
Definition at line 301 of file ip6_forward.c.
clib_error_t* ip6_set_neighbor_limit | ( | u32 | neighbor_limit | ) |
|
inlinestatic |
|
inlinestatic |
u16 ip6_tcp_udp_icmp_compute_checksum | ( | vlib_main_t * | vm, |
vlib_buffer_t * | p0, | ||
ip6_header_t * | ip0, | ||
int * | bogus_lengthp | ||
) |
Definition at line 1666 of file ip6_forward.c.
uword ip6_udp_register_listener | ( | vlib_main_t * | vm, |
u16 | dst_port, | ||
u32 | next_node_index | ||
) |
|
inlinestatic |
clib_error_t* set_ip6_link_local_address | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
ip6_address_t * | address, | ||
u8 | address_length | ||
) |
Definition at line 3023 of file ip6_neighbor.c.
void vnet_ip6_fib_init | ( | ip6_main_t * | im, |
u32 | fib_index | ||
) |
Definition at line 101 of file ip6_forward.c.
Definition at line 524 of file ip6_neighbor.c.
void vnet_register_ip6_neighbor_resolution_event | ( | vnet_main_t * | vnm, |
void * | address_arg, | ||
uword | node_index, | ||
uword | type_opaque, | ||
uword | data | ||
) |
Definition at line 3347 of file ip6_neighbor.c.
int vnet_set_ip6_classify_intfc | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
u32 | table_index | ||
) |
Definition at line 3229 of file ip6_forward.c.
int vnet_set_ip6_ethernet_neighbor | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
ip6_address_t * | a, | ||
u8 * | link_layer_address, | ||
uword | n_bytes_link_layer_address, | ||
int | is_static | ||
) |
Definition at line 326 of file ip6_neighbor.c.
int vnet_unset_ip6_ethernet_neighbor | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
ip6_address_t * | a, | ||
u8 * | link_layer_address, | ||
uword | n_bytes_link_layer_address | ||
) |
Definition at line 468 of file ip6_neighbor.c.
vlib_node_registration_t ip6_discover_neighbor_node |
(constructor) VLIB_REGISTER_NODE (ip6_discover_neighbor_node)
Definition at line 2243 of file ip6_forward.c.
ip6_hop_by_hop_main_t ip6_hop_by_hop_main |
Definition at line 2671 of file ip6_forward.c.
vlib_node_registration_t ip6_icmp_neighbor_discovery_event_node |
Definition at line 2187 of file ip6_neighbor.c.
vlib_node_registration_t ip6_input_node |
(constructor) VLIB_REGISTER_NODE (ip6_input_node)
Definition at line 289 of file ip6_input.c.
vlib_node_registration_t ip6_lookup_node |
(constructor) VLIB_REGISTER_NODE (ip6_lookup_node)
Definition at line 1381 of file ip6_forward.c.
ip6_main_t ip6_main |
Definition at line 2955 of file ip6_forward.c.
vlib_node_registration_t ip6_rewrite_local_node |
(constructor) VLIB_REGISTER_NODE (ip6_rewrite_local_node)
Definition at line 2653 of file ip6_forward.c.
vlib_node_registration_t ip6_rewrite_node |
(constructor) VLIB_REGISTER_NODE (ip6_rewrite_node)
Definition at line 2637 of file ip6_forward.c.
serialize_function_t serialize_vnet_ip6_main |
serialize_function_t unserialize_vnet_ip6_main |