36 s =
format (s,
"[%d] instance %d src %U dst %U fib-idx %d sw-if-idx %d ",
139 sw_if_index = adj->rewrite_header.sw_if_index;
266 u32 outer_fib_index,
u32 * sw_if_indexp)
281 return VNET_API_ERROR_IF_ALREADY_EXISTS;
284 memset (t, 0,
sizeof (*t));
294 return VNET_API_ERROR_INSTANCE_IN_USE;
314 { 0xd0, 0x0b, 0xee, 0xd0, (
u8) (t_idx >> 8), (
u8) t_idx };
317 address, &hw_if_index, 0);
321 return VNET_API_ERROR_INVALID_REGISTRATION;
410 u32 outer_fib_index,
u32 * sw_if_indexp)
420 return VNET_API_ERROR_NO_SUCH_ENTRY;
472 if (~0 == outer_fib_index)
473 return VNET_API_ERROR_NO_SUCH_FIB;
476 return VNET_API_ERROR_INVALID_SESSION_ID;
526 u32 outer_fib_id = 0;
545 else if (
unformat (line_input,
"instance %d", &instance))
571 else if (
unformat (line_input,
"outer-fib-id %d", &outer_fib_id))
573 else if (
unformat (line_input,
"teb"))
575 else if (
unformat (line_input,
"erspan %d", &session_id))
591 if ((ipv4_set && memcmp (&src.ip4, &dst.ip4, sizeof (src.ip4)) == 0) ||
592 (ipv6_set && memcmp (&src.ip6, &dst.ip6, sizeof (src.ip6)) == 0))
598 if (ipv4_set && ipv6_set)
601 if ((ipv4_set && memcmp (&dst.ip4, &
zero_addr.ip4, sizeof (dst.ip4)) == 0)
603 && memcmp (&dst.ip6, &
zero_addr.ip6, sizeof (dst.ip6)) == 0))
609 memset (a, 0,
sizeof (*a));
635 case VNET_API_ERROR_IF_ALREADY_EXISTS:
638 case VNET_API_ERROR_NO_SUCH_FIB:
642 case VNET_API_ERROR_NO_SUCH_ENTRY:
645 case VNET_API_ERROR_INVALID_SESSION_ID:
649 case VNET_API_ERROR_INSTANCE_IN_USE:
666 .path =
"create gre tunnel",
667 .short_help =
"create gre tunnel src <addr> dst <addr> [instance <n>] " 668 "[outer-fib-id <fib>] [teb | erspan <session-id>] [del]",
698 vlib_cli_output (vm,
"%U", format_gre_tunnel, t);
714 .path =
"show gre tunnel",
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
void vnet_set_interface_output_node(vnet_main_t *vnm, u32 hw_if_index, u32 node_index)
Set interface output node - for interface registered without its output/tx nodes created because its ...
fib_protocol_t fp_proto
protocol type
uword * seq_num_by_key
Hash mapping tunnel src/dst addr and fib-idx to sequence number.
void gre_tunnel_stack(adj_index_t ai)
gre_tunnel_stack
static void gre_tunnel_db_add(gre_tunnel_t *t, gre_tunnel_key_t *key)
Recursive resolution source.
#define hash_set(h, key, value)
uword * tunnel_by_key6
Hash mapping to tunnels with ipv6 src/dst addr.
fib_node_index_t fib_entry_index
The FIB entry sourced by the tunnel for its destination prefix.
clib_error_t * vnet_hw_interface_set_flags(vnet_main_t *vnm, u32 hw_if_index, u32 flags)
#define hash_unset(h, key)
Transparent Ethernet Bridging - the tunnel is in L2 mode.
static u8 * format_gre_tunnel(u8 *s, va_list *args)
vnet_main_t * vnet_get_main(void)
void fib_node_init(fib_node_t *node, fib_node_type_t type)
u32 fib_entry_child_add(fib_node_index_t fib_entry_index, fib_node_type_t child_type, fib_node_index_t child_index)
const u8 * adj_get_rewrite(adj_index_t ai)
Return the rewrite string of the adjacency.
static void gre_tunnel_restack(gre_tunnel_t *gt)
static u32 ip4_compute_flow_hash(const ip4_header_t *ip, flow_hash_config_t flow_hash_config)
enum fib_node_back_walk_rc_t_ fib_node_back_walk_rc_t
Return code from a back walk function.
void fib_entry_contribute_forwarding(fib_node_index_t fib_entry_index, fib_forward_chain_type_t fct, dpo_id_t *dpo)
flow_hash_config_t lb_hash_config
the hash config to use when selecting a bucket.
static vnet_hw_interface_t * vnet_get_hw_interface(vnet_main_t *vnm, u32 hw_if_index)
u32 outer_fib_index
The FIB in which the src.dst address are present.
void fib_entry_child_remove(fib_node_index_t fib_entry_index, u32 sibling_index)
void dpo_copy(dpo_id_t *dst, const dpo_id_t *src)
atomic copy a data-plane object.
static adj_walk_rc_t gre_adj_walk_cb(adj_index_t ai, void *ctx)
Call back when restacking all adjacencies on a GRE interface.
Contribute an object that is to be used to forward IP4 packets.
#define hash_set_mem(h, key, value)
#define STRUCT_OFFSET_OF(t, f)
void fib_node_deinit(fib_node_t *node)
u32 * fib_index_by_sw_if_index
Table index indexed by software interface.
#define VNET_HW_INTERFACE_FLAG_LINK_UP
format_function_t format_vnet_sw_if_index_name
enum fib_protocol_t_ fib_protocol_t
Protocol Type.
u32 * tunnel_index_by_sw_if_index
Mapping from sw_if_index to tunnel index.
void fib_node_register_type(fib_node_type_t type, const fib_node_vft_t *vft)
fib_node_register_type
static void gre_tunnel_db_remove(gre_tunnel_t *t)
u32 sibling_index
The tunnel is a child of the FIB entry for its desintion.
Hash key for GRE header seq number generation for ERSPAN encap.
enum gre_tunnel_type_t_ gre_tunnel_type_t
The GRE tunnel type.
static ip_adjacency_t * adj_get(adj_index_t adj_index)
Get a pointer to an adjacency object from its index.
memset(h->entries, 0, sizeof(h->entries[0])*entries)
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
#define VLIB_INIT_FUNCTION(x)
static int vnet_gre_tunnel_add(vnet_gre_add_del_tunnel_args_t *a, u32 outer_fib_index, u32 *sw_if_indexp)
u16 lb_n_buckets_minus_1
number of buckets in the load-balance - 1.
enum adj_walk_rc_t_ adj_walk_rc_t
return codes from a adjacency walker callback function
clib_error_t * gre_interface_init(vlib_main_t *vm)
#define clib_error_return(e, args...)
void adj_unlock(adj_index_t adj_index)
Release a reference counting lock on the adjacency.
static fib_node_t * gre_tunnel_fib_node_get(fib_node_index_t index)
Function definition to get a FIB node from its index.
adj_index_t l2_adj_index
an L2 tunnel always rquires an L2 midchain.
u16 fp_len
The mask length.
ip46_address_t tunnel_src
The tunnel's source/local address.
u32 vnet_register_interface(vnet_main_t *vnm, u32 dev_class_index, u32 dev_instance, u32 hw_class_index, u32 hw_instance)
#define GRE_TUNNEL_TYPE_NAMES
static clib_error_t * create_gre_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
uword * tunnel_by_key4
Hash mapping to tunnels with ipv4 src/dst addr.
#define ADJ_INDEX_INVALID
Invalid ADJ index - used when no adj is known likewise blazoned capitals INVALID speak volumes where ...
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
A representation of a GRE tunnel.
#define hash_unset_mem(h, key)
vlib_node_registration_t gre_encap_node
(constructor) VLIB_REGISTER_NODE (gre_encap_node)
static uword vnet_hw_interface_get_flags(vnet_main_t *vnm, u32 hw_if_index)
ip46_address_t fp_addr
The address type is not deriveable from the fp_addr member.
dpo_type_t dpoi_type
the type
static const dpo_id_t * load_balance_get_bucket_i(const load_balance_t *lb, u32 bucket)
static u32 ip6_fib_index_from_table_id(u32 table_id)
static gre_tunnel_t * gre_tunnel_from_fib_node(fib_node_t *node)
load-balancing over a choice of [un]equal cost paths
static u32 ip6_compute_flow_hash(const ip6_header_t *ip, flow_hash_config_t flow_hash_config)
#define pool_put(P, E)
Free an object E in pool P.
void gre_update_adj(vnet_main_t *vnm, u32 sw_if_index, adj_index_t ai)
fib_node_type_t fn_type
The node's type.
An node in the FIB graph.
#define GTK_SESSION_ID_MAX
clib_error_t * gre_interface_admin_up_down(vnet_main_t *vnm, u32 hw_if_index, u32 flags)
#define pool_get_aligned(P, E, A)
Allocate an object E from a pool P (general version).
static clib_error_t * show_gre_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
fib_node_index_t fib_table_entry_special_add(u32 fib_index, const fib_prefix_t *prefix, fib_source_t source, fib_entry_flag_t flags)
Add a 'special' entry to the FIB.
void fib_table_entry_delete_index(fib_node_index_t fib_entry_index, fib_source_t source)
Delete a FIB entry.
gre_sn_t * gre_sn
GRE header sequence number (SN) used for ERSPAN type 2 header, must be bumped automically to be threa...
#define clib_memcpy(a, b, c)
static void gre_mk_key4(ip4_address_t src, ip4_address_t dst, u32 fib_index, u8 ttype, u16 session_id, gre_tunnel_key4_t *key)
Used for GRE header seq number generation for ERSPAN encap.
u32 fib_node_index_t
A typedef of a node index.
static u32 ip4_fib_index_from_table_id(u32 table_id)
u32 adj_index_t
An index for adjacencies.
void adj_nbr_walk(u32 sw_if_index, fib_protocol_t adj_nh_proto, adj_walk_cb_t cb, void *ctx)
Walk the neighbour Adjacencies on a given interface.
static gre_tunnel_t * gre_tunnel_db_find(const vnet_gre_add_del_tunnel_args_t *a, u32 outer_fib_index, gre_tunnel_key_t *key)
Context passed between object during a back walk.
#define VLIB_CLI_COMMAND(x,...)
void ethernet_delete_interface(vnet_main_t *vnm, u32 hw_if_index)
static fib_node_back_walk_rc_t gre_tunnel_back_walk(fib_node_t *node, fib_node_back_walk_ctx_t *ctx)
Function definition to backwalk a FIB node.
void adj_nbr_midchain_stack(adj_index_t adj_index, const dpo_id_t *next)
adj_nbr_midchain_stack
clib_error_t * ethernet_register_interface(vnet_main_t *vnm, u32 dev_class_index, u32 dev_instance, u8 *address, u32 *hw_if_index_return, ethernet_flag_change_function_t flag_change)
static load_balance_t * load_balance_get(index_t lbi)
gre_tunnel_t * tunnels
pool of tunnel instances
static void clib_mem_free(void *p)
enum fib_forward_chain_type_t_ fib_forward_chain_type_t
FIB output chain type.
#define clib_error_report(e)
void adj_nbr_midchain_unstack(adj_index_t adj_index)
adj_nbr_midchain_unstack
Union of the two possible key types.
static void * clib_mem_alloc(uword size)
vnet_hw_interface_class_t gre_hw_interface_class
static void gre_mk_key6(const ip6_address_t *src, const ip6_address_t *dst, u32 fib_index, u8 ttype, u16 session_id, gre_tunnel_key6_t *key)
void vnet_delete_hw_interface(vnet_main_t *vnm, u32 hw_if_index)
fib_node_t node
Linkage into the FIB object graph.
vnet_device_class_t gre_device_class
index_t dpoi_index
the index of objects of that type
ERSPAN type 2 - the tunnel is for port mirror SPAN output.
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
static void hash_set_mem_alloc(uword **h, void *key, uword v)
#define DPO_INVALID
An initialiser for DPOs declared on the stack.
void vnet_sw_interface_set_mtu(vnet_main_t *vnm, u32 sw_if_index, u32 mtu)
#define FOR_EACH_FIB_IP_PROTOCOL(_item)
#define hash_get_mem(h, key)
static void hash_unset_mem_free(uword **h, void *key)
A FIB graph nodes virtual function table.
static int vnet_gre_tunnel_delete(vnet_gre_add_del_tunnel_args_t *a, u32 outer_fib_index, u32 *sw_if_indexp)
gre_tunnel_key_t * key
The hash table's key stored in separate memory since the tunnel_t memory can realloc.
ip4_main_t ip4_main
Global ip4 main structure.
fib_prefix_t tunnel_dst
The tunnel's destination/remote address.
adj_index_t adj_nbr_add_or_lock(fib_protocol_t nh_proto, vnet_link_t link_type, const ip46_address_t *nh_addr, u32 sw_if_index)
Neighbour Adjacency sub-type.
void dpo_reset(dpo_id_t *dpo)
reset a DPO ID The DPO will be unlocked.
clib_error_t * vnet_sw_interface_set_flags(vnet_main_t *vnm, u32 sw_if_index, u32 flags)
#define vec_validate_init_empty(V, I, INIT)
Make sure vector is long enough for given index and initialize empty space (no header, unspecified alignment)
#define CLIB_CACHE_LINE_BYTES
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
int vnet_gre_add_del_tunnel(vnet_gre_add_del_tunnel_args_t *a, u32 *sw_if_indexp)
u32 * fib_index_by_sw_if_index
u16 session_id
ERSPAN type 2 session ID, least significant 10 bits of u16.
static void gre_mk_sn_key(const gre_tunnel_t *gt, gre_sn_key_t *key)
static const char * gre_tunnel_type_names[]
fib_forward_chain_type_t fib_forw_chain_type_from_fib_proto(fib_protocol_t proto)
Convert from a fib-protocol to a chain type.
const ip46_address_t zero_addr
static void gre_tunnel_last_lock_gone(fib_node_t *node)
Function definition to inform the FIB node that its last lock has gone.
static uword pool_elts(void *v)
Number of active elements in a pool.