Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2016 Cisco and/or its affiliates. |
| 3 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | * you may not use this file except in compliance with the License. |
| 5 | * You may obtain a copy of the License at: |
| 6 | * |
| 7 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | * |
| 9 | * Unless required by applicable law or agreed to in writing, software |
| 10 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | * See the License for the specific language governing permissions and |
| 13 | * limitations under the License. |
| 14 | */ |
| 15 | |
Florin Coras | ff0bf13 | 2016-09-05 19:30:35 +0200 | [diff] [blame] | 16 | /** |
| 17 | * @file |
| 18 | * @brief Common utility functions for LISP-GPE interfaces. |
| 19 | * |
| 20 | */ |
| 21 | |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 22 | #include <vppinfra/error.h> |
| 23 | #include <vppinfra/hash.h> |
| 24 | #include <vnet/vnet.h> |
| 25 | #include <vnet/ip/ip.h> |
| 26 | #include <vnet/ip/udp.h> |
| 27 | #include <vnet/ethernet/ethernet.h> |
| 28 | #include <vnet/lisp-gpe/lisp_gpe.h> |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 29 | #include <vnet/lisp-gpe/lisp_gpe_fwd_entry.h> |
| 30 | #include <vnet/lisp-gpe/lisp_gpe_tenant.h> |
Neale Ranns | b80c536 | 2016-10-08 13:03:40 +0100 | [diff] [blame] | 31 | #include <vnet/lisp-gpe/lisp_gpe_adjacency.h> |
Neale Ranns | 0bfe5d8 | 2016-08-25 15:29:12 +0100 | [diff] [blame] | 32 | #include <vnet/adj/adj.h> |
| 33 | #include <vnet/fib/fib_table.h> |
| 34 | #include <vnet/fib/ip4_fib.h> |
| 35 | #include <vnet/fib/ip6_fib.h> |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 36 | #include <vnet/lisp-cp/lisp_cp_dpo.h> |
| 37 | |
| 38 | /** |
| 39 | * @brief The VLIB node arc/edge from the interface's TX node, to the L2 |
| 40 | * load-balanceing node. Which is where all packets go |
| 41 | */ |
| 42 | static uword l2_arc_to_lb; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 43 | |
| 44 | #define foreach_lisp_gpe_tx_next \ |
| 45 | _(DROP, "error-drop") \ |
Florin Coras | 02655bd | 2016-04-26 00:17:24 +0200 | [diff] [blame] | 46 | _(IP4_LOOKUP, "ip4-lookup") \ |
| 47 | _(IP6_LOOKUP, "ip6-lookup") |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 48 | |
| 49 | typedef enum |
| 50 | { |
| 51 | #define _(sym,str) LISP_GPE_TX_NEXT_##sym, |
| 52 | foreach_lisp_gpe_tx_next |
| 53 | #undef _ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 54 | LISP_GPE_TX_N_NEXT, |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 55 | } lisp_gpe_tx_next_t; |
| 56 | |
| 57 | typedef struct |
| 58 | { |
| 59 | u32 tunnel_index; |
| 60 | } lisp_gpe_tx_trace_t; |
| 61 | |
| 62 | u8 * |
| 63 | format_lisp_gpe_tx_trace (u8 * s, va_list * args) |
| 64 | { |
| 65 | CLIB_UNUSED (vlib_main_t * vm) = va_arg (*args, vlib_main_t *); |
| 66 | CLIB_UNUSED (vlib_node_t * node) = va_arg (*args, vlib_node_t *); |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 67 | lisp_gpe_tx_trace_t *t = va_arg (*args, lisp_gpe_tx_trace_t *); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 68 | |
| 69 | s = format (s, "LISP-GPE-TX: tunnel %d", t->tunnel_index); |
| 70 | return s; |
| 71 | } |
| 72 | |
Florin Coras | 02655bd | 2016-04-26 00:17:24 +0200 | [diff] [blame] | 73 | #define is_v4_packet(_h) ((*(u8*) _h) & 0xF0) == 0x40 |
| 74 | |
Florin Coras | ff0bf13 | 2016-09-05 19:30:35 +0200 | [diff] [blame] | 75 | /** |
| 76 | * @brief LISP-GPE interface TX (encap) function. |
| 77 | * @node lisp_gpe_interface_tx |
| 78 | * |
| 79 | * The LISP-GPE interface TX (encap) function. |
| 80 | * |
| 81 | * Looks up the associated tunnel based on the adjacency hit in the SD FIB |
| 82 | * and if the tunnel is multihomed it uses the flow hash to determine |
| 83 | * sub-tunnel, and rewrite string, to be used to encapsulate the packet. |
| 84 | * |
| 85 | * @param[in] vm vlib_main_t corresponding to the current thread. |
| 86 | * @param[in] node vlib_node_runtime_t data for this node. |
| 87 | * @param[in] frame vlib_frame_t whose contents should be dispatched. |
| 88 | * |
| 89 | * @return number of vectors in frame. |
| 90 | */ |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 91 | static uword |
| 92 | lisp_gpe_interface_tx (vlib_main_t * vm, vlib_node_runtime_t * node, |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 93 | vlib_frame_t * from_frame) |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 94 | { |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 95 | u32 n_left_from, next_index, *from, *to_next; |
| 96 | lisp_gpe_main_t *lgm = &lisp_gpe_main; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 97 | |
| 98 | from = vlib_frame_vector_args (from_frame); |
| 99 | n_left_from = from_frame->n_vectors; |
| 100 | |
| 101 | next_index = node->cached_next_index; |
| 102 | |
| 103 | while (n_left_from > 0) |
| 104 | { |
| 105 | u32 n_left_to_next; |
| 106 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 107 | vlib_get_next_frame (vm, node, next_index, to_next, n_left_to_next); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 108 | |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 109 | while (n_left_from > 0 && n_left_to_next > 0) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 110 | { |
Neale Ranns | 0bfe5d8 | 2016-08-25 15:29:12 +0100 | [diff] [blame] | 111 | u32 bi0, adj_index0, next0; |
| 112 | const ip_adjacency_t *adj0; |
| 113 | const dpo_id_t *dpo0; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 114 | vlib_buffer_t *b0; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 115 | u8 is_v4_0; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 116 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 117 | bi0 = from[0]; |
| 118 | to_next[0] = bi0; |
| 119 | from += 1; |
| 120 | to_next += 1; |
| 121 | n_left_from -= 1; |
| 122 | n_left_to_next -= 1; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 123 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 124 | b0 = vlib_get_buffer (vm, bi0); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 125 | |
Neale Ranns | 0bfe5d8 | 2016-08-25 15:29:12 +0100 | [diff] [blame] | 126 | /* Fixup the checksum and len fields in the LISP tunnel encap |
| 127 | * that was applied at the midchain node */ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 128 | is_v4_0 = is_v4_packet (vlib_buffer_get_current (b0)); |
Neale Ranns | 0bfe5d8 | 2016-08-25 15:29:12 +0100 | [diff] [blame] | 129 | ip_udp_fixup_one (lgm->vlib_main, b0, is_v4_0); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 130 | |
Neale Ranns | 0bfe5d8 | 2016-08-25 15:29:12 +0100 | [diff] [blame] | 131 | /* Follow the DPO on which the midchain is stacked */ |
| 132 | adj_index0 = vnet_buffer (b0)->ip.adj_index[VLIB_TX]; |
| 133 | adj0 = adj_get (adj_index0); |
| 134 | dpo0 = &adj0->sub_type.midchain.next_dpo; |
| 135 | next0 = dpo0->dpoi_next_node; |
| 136 | vnet_buffer (b0)->ip.adj_index[VLIB_TX] = dpo0->dpoi_index; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 137 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 138 | if (PREDICT_FALSE (b0->flags & VLIB_BUFFER_IS_TRACED)) |
| 139 | { |
| 140 | lisp_gpe_tx_trace_t *tr = vlib_add_trace (vm, node, b0, |
| 141 | sizeof (*tr)); |
Neale Ranns | 0bfe5d8 | 2016-08-25 15:29:12 +0100 | [diff] [blame] | 142 | tr->tunnel_index = adj_index0; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 143 | } |
| 144 | vlib_validate_buffer_enqueue_x1 (vm, node, next_index, to_next, |
| 145 | n_left_to_next, bi0, next0); |
| 146 | } |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 147 | |
| 148 | vlib_put_next_frame (vm, node, next_index, n_left_to_next); |
| 149 | } |
Florin Coras | 0f6b796 | 2016-06-21 22:32:47 +0200 | [diff] [blame] | 150 | |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 151 | return from_frame->n_vectors; |
| 152 | } |
| 153 | |
| 154 | static u8 * |
| 155 | format_lisp_gpe_name (u8 * s, va_list * args) |
| 156 | { |
| 157 | u32 dev_instance = va_arg (*args, u32); |
| 158 | return format (s, "lisp_gpe%d", dev_instance); |
| 159 | } |
| 160 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 161 | /* *INDENT-OFF* */ |
Neale Ranns | 0bfe5d8 | 2016-08-25 15:29:12 +0100 | [diff] [blame] | 162 | VNET_DEVICE_CLASS (lisp_gpe_device_class) = { |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 163 | .name = "LISP_GPE", |
| 164 | .format_device_name = format_lisp_gpe_name, |
| 165 | .format_tx_trace = format_lisp_gpe_tx_trace, |
| 166 | .tx_function = lisp_gpe_interface_tx, |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 167 | }; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 168 | /* *INDENT-ON* */ |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 169 | |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 170 | u8 * |
| 171 | format_lisp_gpe_header_with_length (u8 * s, va_list * args) |
| 172 | { |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 173 | lisp_gpe_header_t *h = va_arg (*args, lisp_gpe_header_t *); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 174 | u32 max_header_bytes = va_arg (*args, u32); |
| 175 | u32 header_bytes; |
| 176 | |
| 177 | header_bytes = sizeof (h[0]); |
| 178 | if (max_header_bytes != 0 && header_bytes > max_header_bytes) |
| 179 | return format (s, "lisp-gpe header truncated"); |
| 180 | |
| 181 | s = format (s, "flags: "); |
| 182 | #define _(n,v) if (h->flags & v) s = format (s, "%s ", #n); |
| 183 | foreach_lisp_gpe_flag_bit; |
| 184 | #undef _ |
| 185 | |
| 186 | s = format (s, "\n ver_res %d res %d next_protocol %d iid %d(%x)", |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 187 | h->ver_res, h->res, h->next_protocol, |
| 188 | clib_net_to_host_u32 (h->iid), clib_net_to_host_u32 (h->iid)); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 189 | return s; |
| 190 | } |
| 191 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 192 | /* *INDENT-OFF* */ |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 193 | VNET_HW_INTERFACE_CLASS (lisp_gpe_hw_class) = { |
| 194 | .name = "LISP_GPE", |
| 195 | .format_header = format_lisp_gpe_header_with_length, |
Neale Ranns | b80c536 | 2016-10-08 13:03:40 +0100 | [diff] [blame] | 196 | .build_rewrite = lisp_gpe_build_rewrite, |
| 197 | .update_adjacency = lisp_gpe_update_adjacency, |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 198 | }; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 199 | /* *INDENT-ON* */ |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 200 | |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 201 | |
| 202 | typedef struct |
| 203 | { |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 204 | u32 lb_index; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 205 | } l2_lisp_gpe_tx_trace_t; |
| 206 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 207 | static u8 * |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 208 | format_l2_lisp_gpe_tx_trace (u8 * s, va_list * args) |
| 209 | { |
| 210 | CLIB_UNUSED (vlib_main_t * vm) = va_arg (*args, vlib_main_t *); |
| 211 | CLIB_UNUSED (vlib_node_t * node) = va_arg (*args, vlib_node_t *); |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 212 | l2_lisp_gpe_tx_trace_t *t = va_arg (*args, l2_lisp_gpe_tx_trace_t *); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 213 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 214 | s = format (s, "L2-LISP-GPE-TX: load-balance %d", t->lb_index); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 215 | return s; |
| 216 | } |
| 217 | |
Florin Coras | ff0bf13 | 2016-09-05 19:30:35 +0200 | [diff] [blame] | 218 | /** |
| 219 | * @brief LISP-GPE interface TX (encap) function for L2 overlays. |
| 220 | * @node l2_lisp_gpe_interface_tx |
| 221 | * |
| 222 | * The L2 LISP-GPE interface TX (encap) function. |
| 223 | * |
| 224 | * Uses bridge domain index, source and destination ethernet addresses to |
| 225 | * lookup tunnel. If the tunnel is multihomed a flow has is used to determine |
| 226 | * the sub-tunnel and therefore the rewrite string to be used to encapsulate |
| 227 | * the packets. |
| 228 | * |
| 229 | * @param[in] vm vlib_main_t corresponding to the current thread. |
| 230 | * @param[in] node vlib_node_runtime_t data for this node. |
| 231 | * @param[in] frame vlib_frame_t whose contents should be dispatched. |
| 232 | * |
| 233 | * @return number of vectors in frame. |
| 234 | */ |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 235 | static uword |
| 236 | l2_lisp_gpe_interface_tx (vlib_main_t * vm, vlib_node_runtime_t * node, |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 237 | vlib_frame_t * from_frame) |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 238 | { |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 239 | u32 n_left_from, next_index, *from, *to_next; |
| 240 | lisp_gpe_main_t *lgm = &lisp_gpe_main; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 241 | |
| 242 | from = vlib_frame_vector_args (from_frame); |
| 243 | n_left_from = from_frame->n_vectors; |
| 244 | |
| 245 | next_index = node->cached_next_index; |
| 246 | |
| 247 | while (n_left_from > 0) |
| 248 | { |
| 249 | u32 n_left_to_next; |
| 250 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 251 | vlib_get_next_frame (vm, node, next_index, to_next, n_left_to_next); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 252 | |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 253 | while (n_left_from > 0 && n_left_to_next > 0) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 254 | { |
| 255 | vlib_buffer_t *b0; |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 256 | u32 bi0, lbi0; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 257 | ethernet_header_t *e0; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 258 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 259 | bi0 = from[0]; |
| 260 | to_next[0] = bi0; |
| 261 | from += 1; |
| 262 | to_next += 1; |
| 263 | n_left_from -= 1; |
| 264 | n_left_to_next -= 1; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 265 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 266 | b0 = vlib_get_buffer (vm, bi0); |
| 267 | e0 = vlib_buffer_get_current (b0); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 268 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 269 | vnet_buffer (b0)->lisp.overlay_afi = LISP_AFI_MAC; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 270 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 271 | /* lookup dst + src mac */ |
| 272 | lbi0 = lisp_l2_fib_lookup (lgm, vnet_buffer (b0)->l2.bd_index, |
| 273 | e0->src_address, e0->dst_address); |
| 274 | vnet_buffer (b0)->ip.adj_index[VLIB_TX] = lbi0; |
| 275 | |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 276 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 277 | if (PREDICT_FALSE (b0->flags & VLIB_BUFFER_IS_TRACED)) |
| 278 | { |
| 279 | l2_lisp_gpe_tx_trace_t *tr = vlib_add_trace (vm, node, b0, |
| 280 | sizeof (*tr)); |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 281 | tr->lb_index = lbi0; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 282 | } |
| 283 | vlib_validate_buffer_enqueue_x1 (vm, node, next_index, to_next, |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 284 | n_left_to_next, bi0, l2_arc_to_lb); |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 285 | } |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 286 | |
| 287 | vlib_put_next_frame (vm, node, next_index, n_left_to_next); |
Andrej Kozemcak | 8ebb2a1 | 2016-06-07 12:25:20 +0200 | [diff] [blame] | 288 | } |
| 289 | |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 290 | return from_frame->n_vectors; |
| 291 | } |
| 292 | |
| 293 | static u8 * |
| 294 | format_l2_lisp_gpe_name (u8 * s, va_list * args) |
| 295 | { |
| 296 | u32 dev_instance = va_arg (*args, u32); |
| 297 | return format (s, "l2_lisp_gpe%d", dev_instance); |
| 298 | } |
| 299 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 300 | /* *INDENT-OFF* */ |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 301 | VNET_DEVICE_CLASS (l2_lisp_gpe_device_class,static) = { |
| 302 | .name = "L2_LISP_GPE", |
| 303 | .format_device_name = format_l2_lisp_gpe_name, |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 304 | .format_tx_trace = format_l2_lisp_gpe_tx_trace, |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 305 | .tx_function = l2_lisp_gpe_interface_tx, |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 306 | }; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 307 | /* *INDENT-ON* */ |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 308 | |
| 309 | static vnet_hw_interface_t * |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 310 | lisp_gpe_create_iface (lisp_gpe_main_t * lgm, u32 vni, u32 dp_table, |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 311 | vnet_device_class_t * dev_class, |
| 312 | tunnel_lookup_t * tuns) |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 313 | { |
| 314 | u32 flen; |
| 315 | u32 hw_if_index = ~0; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 316 | u8 *new_name; |
| 317 | vnet_hw_interface_t *hi; |
| 318 | vnet_main_t *vnm = lgm->vnet_main; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 319 | |
| 320 | /* create hw lisp_gpeX iface if needed, otherwise reuse existing */ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 321 | flen = vec_len (lgm->free_tunnel_hw_if_indices); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 322 | if (flen > 0) |
| 323 | { |
| 324 | hw_if_index = lgm->free_tunnel_hw_if_indices[flen - 1]; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 325 | _vec_len (lgm->free_tunnel_hw_if_indices) -= 1; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 326 | |
| 327 | hi = vnet_get_hw_interface (vnm, hw_if_index); |
| 328 | |
| 329 | /* rename interface */ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 330 | new_name = format (0, "%U", dev_class->format_device_name, vni); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 331 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 332 | vec_add1 (new_name, 0); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 333 | vnet_rename_interface (vnm, hw_if_index, (char *) new_name); |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 334 | vec_free (new_name); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 335 | |
| 336 | /* clear old stats of freed interface before reuse */ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 337 | vnet_interface_main_t *im = &vnm->interface_main; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 338 | vnet_interface_counter_lock (im); |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 339 | vlib_zero_combined_counter (&im->combined_sw_if_counters |
| 340 | [VNET_INTERFACE_COUNTER_TX], |
| 341 | hi->sw_if_index); |
| 342 | vlib_zero_combined_counter (&im->combined_sw_if_counters |
| 343 | [VNET_INTERFACE_COUNTER_RX], |
| 344 | hi->sw_if_index); |
| 345 | vlib_zero_simple_counter (&im->sw_if_counters |
| 346 | [VNET_INTERFACE_COUNTER_DROP], |
| 347 | hi->sw_if_index); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 348 | vnet_interface_counter_unlock (im); |
| 349 | } |
| 350 | else |
| 351 | { |
| 352 | hw_if_index = vnet_register_interface (vnm, dev_class->index, vni, |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 353 | lisp_gpe_hw_class.index, 0); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 354 | hi = vnet_get_hw_interface (vnm, hw_if_index); |
| 355 | } |
| 356 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 357 | hash_set (tuns->hw_if_index_by_dp_table, dp_table, hw_if_index); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 358 | |
| 359 | /* set tunnel termination: post decap, packets are tagged as having been |
| 360 | * originated by lisp-gpe interface */ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 361 | hash_set (tuns->sw_if_index_by_vni, vni, hi->sw_if_index); |
| 362 | hash_set (tuns->vni_by_sw_if_index, hi->sw_if_index, vni); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 363 | |
| 364 | return hi; |
| 365 | } |
| 366 | |
| 367 | static void |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 368 | lisp_gpe_remove_iface (lisp_gpe_main_t * lgm, u32 hi_index, u32 dp_table, |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 369 | tunnel_lookup_t * tuns) |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 370 | { |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 371 | vnet_main_t *vnm = lgm->vnet_main; |
| 372 | vnet_hw_interface_t *hi; |
| 373 | uword *vnip; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 374 | |
| 375 | hi = vnet_get_hw_interface (vnm, hi_index); |
| 376 | |
| 377 | /* disable interface */ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 378 | vnet_sw_interface_set_flags (vnm, hi->sw_if_index, 0 /* down */ ); |
| 379 | vnet_hw_interface_set_flags (vnm, hi->hw_if_index, 0 /* down */ ); |
| 380 | hash_unset (tuns->hw_if_index_by_dp_table, dp_table); |
| 381 | vec_add1 (lgm->free_tunnel_hw_if_indices, hi->hw_if_index); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 382 | |
| 383 | /* clean tunnel termination and vni to sw_if_index binding */ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 384 | vnip = hash_get (tuns->vni_by_sw_if_index, hi->sw_if_index); |
Florin Coras | f7643fd | 2016-08-01 15:35:20 +0200 | [diff] [blame] | 385 | if (0 == vnip) |
| 386 | { |
| 387 | clib_warning ("No vni associated to interface %d", hi->sw_if_index); |
| 388 | return; |
| 389 | } |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 390 | hash_unset (tuns->sw_if_index_by_vni, vnip[0]); |
| 391 | hash_unset (tuns->vni_by_sw_if_index, hi->sw_if_index); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 392 | } |
| 393 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 394 | static void |
| 395 | lisp_gpe_iface_set_table (u32 sw_if_index, u32 table_id) |
| 396 | { |
| 397 | fib_node_index_t fib_index; |
| 398 | |
| 399 | fib_index = fib_table_find_or_create_and_lock (FIB_PROTOCOL_IP4, table_id); |
| 400 | vec_validate (ip4_main.fib_index_by_sw_if_index, sw_if_index); |
| 401 | ip4_main.fib_index_by_sw_if_index[sw_if_index] = fib_index; |
| 402 | ip4_sw_interface_enable_disable (sw_if_index, 1); |
| 403 | |
| 404 | fib_index = fib_table_find_or_create_and_lock (FIB_PROTOCOL_IP6, table_id); |
| 405 | vec_validate (ip6_main.fib_index_by_sw_if_index, sw_if_index); |
| 406 | ip6_main.fib_index_by_sw_if_index[sw_if_index] = fib_index; |
| 407 | ip6_sw_interface_enable_disable (sw_if_index, 1); |
| 408 | } |
| 409 | |
| 410 | static void |
| 411 | lisp_gpe_tenant_del_default_routes (u32 table_id) |
| 412 | { |
| 413 | fib_protocol_t proto; |
| 414 | |
| 415 | FOR_EACH_FIB_IP_PROTOCOL (proto) |
| 416 | { |
| 417 | fib_prefix_t prefix = { |
| 418 | .fp_proto = proto, |
| 419 | }; |
| 420 | u32 fib_index; |
| 421 | |
| 422 | fib_index = fib_table_find (prefix.fp_proto, table_id); |
| 423 | fib_table_entry_special_remove (fib_index, &prefix, FIB_SOURCE_LISP); |
| 424 | fib_table_unlock (fib_index, prefix.fp_proto); |
| 425 | } |
| 426 | } |
| 427 | |
| 428 | static void |
| 429 | lisp_gpe_tenant_add_default_routes (u32 table_id) |
| 430 | { |
| 431 | fib_protocol_t proto; |
| 432 | |
| 433 | FOR_EACH_FIB_IP_PROTOCOL (proto) |
| 434 | { |
| 435 | fib_prefix_t prefix = { |
| 436 | .fp_proto = proto, |
| 437 | }; |
| 438 | u32 fib_index; |
| 439 | |
| 440 | /* |
| 441 | * Add a deafult route that results in a control plane punt DPO |
| 442 | */ |
| 443 | fib_index = fib_table_find_or_create_and_lock (prefix.fp_proto, table_id); |
| 444 | fib_table_entry_special_dpo_add (fib_index, &prefix, FIB_SOURCE_LISP, |
| 445 | FIB_ENTRY_FLAG_EXCLUSIVE, |
| 446 | lisp_cp_dpo_get (fib_proto_to_dpo |
| 447 | (proto))); |
| 448 | } |
| 449 | } |
| 450 | |
| 451 | |
Florin Coras | ff0bf13 | 2016-09-05 19:30:35 +0200 | [diff] [blame] | 452 | /** |
| 453 | * @brief Add/del LISP-GPE L3 interface. |
| 454 | * |
| 455 | * Creates LISP-GPE interface, sets ingress arcs from lisp_gpeX_lookup, |
| 456 | * installs default routes that attract all traffic with no more specific |
| 457 | * routes to lgpe-ipx-lookup, set egress arcs to ipx-lookup, sets |
| 458 | * the interface in the right vrf and enables it. |
| 459 | * |
| 460 | * @param[in] lgm Reference to @ref lisp_gpe_main_t. |
| 461 | * @param[in] a Parameters to create interface. |
| 462 | * |
| 463 | * @return number of vectors in frame. |
| 464 | */ |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 465 | u32 |
| 466 | lisp_gpe_add_l3_iface (lisp_gpe_main_t * lgm, u32 vni, u32 table_id) |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 467 | { |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 468 | vnet_main_t *vnm = lgm->vnet_main; |
| 469 | tunnel_lookup_t *l3_ifaces = &lgm->l3_ifaces; |
| 470 | vnet_hw_interface_t *hi; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 471 | uword *hip, *si; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 472 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 473 | hip = hash_get (l3_ifaces->hw_if_index_by_dp_table, table_id); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 474 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 475 | if (hip) |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 476 | { |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 477 | clib_warning ("vrf %d already mapped to a vni", table_id); |
| 478 | return ~0; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 479 | } |
Andrej Kozemcak | 8ebb2a1 | 2016-06-07 12:25:20 +0200 | [diff] [blame] | 480 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 481 | si = hash_get (l3_ifaces->sw_if_index_by_vni, vni); |
| 482 | |
| 483 | if (si) |
| 484 | { |
| 485 | clib_warning ("Interface for vni %d already exists", vni); |
| 486 | } |
| 487 | |
| 488 | /* create lisp iface and populate tunnel tables */ |
| 489 | hi = lisp_gpe_create_iface (lgm, vni, table_id, |
| 490 | &lisp_gpe_device_class, l3_ifaces); |
| 491 | |
| 492 | /* insert default routes that point to lisp-cp lookup */ |
| 493 | lisp_gpe_iface_set_table (hi->sw_if_index, table_id); |
| 494 | lisp_gpe_tenant_add_default_routes (table_id); |
| 495 | |
| 496 | /* enable interface */ |
| 497 | vnet_sw_interface_set_flags (vnm, hi->sw_if_index, |
| 498 | VNET_SW_INTERFACE_FLAG_ADMIN_UP); |
| 499 | vnet_hw_interface_set_flags (vnm, hi->hw_if_index, |
| 500 | VNET_HW_INTERFACE_FLAG_LINK_UP); |
| 501 | |
| 502 | return (hi->sw_if_index); |
| 503 | } |
| 504 | |
| 505 | void |
| 506 | lisp_gpe_del_l3_iface (lisp_gpe_main_t * lgm, u32 vni, u32 table_id) |
| 507 | { |
| 508 | vnet_main_t *vnm = lgm->vnet_main; |
| 509 | tunnel_lookup_t *l3_ifaces = &lgm->l3_ifaces; |
| 510 | vnet_hw_interface_t *hi; |
| 511 | uword *hip; |
| 512 | |
| 513 | hip = hash_get (l3_ifaces->hw_if_index_by_dp_table, table_id); |
| 514 | |
| 515 | if (hip == 0) |
| 516 | { |
| 517 | clib_warning ("The interface for vrf %d doesn't exist", table_id); |
| 518 | return; |
| 519 | } |
| 520 | |
| 521 | hi = vnet_get_hw_interface (vnm, hip[0]); |
| 522 | |
| 523 | lisp_gpe_remove_iface (lgm, hip[0], table_id, &lgm->l3_ifaces); |
| 524 | |
| 525 | /* unset default routes */ |
| 526 | ip4_sw_interface_enable_disable (hi->sw_if_index, 0); |
| 527 | ip6_sw_interface_enable_disable (hi->sw_if_index, 0); |
| 528 | lisp_gpe_tenant_del_default_routes (table_id); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 529 | } |
| 530 | |
Florin Coras | ff0bf13 | 2016-09-05 19:30:35 +0200 | [diff] [blame] | 531 | /** |
| 532 | * @brief Add/del LISP-GPE L2 interface. |
| 533 | * |
| 534 | * Creates LISP-GPE interface, sets it in L2 mode in the appropriate |
| 535 | * bridge domain, sets egress arcs and enables it. |
| 536 | * |
| 537 | * @param[in] lgm Reference to @ref lisp_gpe_main_t. |
| 538 | * @param[in] a Parameters to create interface. |
| 539 | * |
| 540 | * @return number of vectors in frame. |
| 541 | */ |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 542 | u32 |
| 543 | lisp_gpe_add_l2_iface (lisp_gpe_main_t * lgm, u32 vni, u32 bd_id) |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 544 | { |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 545 | vnet_main_t *vnm = lgm->vnet_main; |
| 546 | tunnel_lookup_t *l2_ifaces = &lgm->l2_ifaces; |
| 547 | vnet_hw_interface_t *hi; |
| 548 | uword *hip, *si; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 549 | u16 bd_index; |
| 550 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 551 | bd_index = bd_find_or_add_bd_index (&bd_main, bd_id); |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 552 | hip = hash_get (l2_ifaces->hw_if_index_by_dp_table, bd_index); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 553 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 554 | if (hip) |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 555 | { |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 556 | clib_warning ("bridge domain %d already mapped to a vni", bd_id); |
| 557 | return ~0; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 558 | } |
| 559 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 560 | si = hash_get (l2_ifaces->sw_if_index_by_vni, vni); |
| 561 | if (si) |
| 562 | { |
| 563 | clib_warning ("Interface for vni %d already exists", vni); |
| 564 | return ~0; |
| 565 | } |
| 566 | |
| 567 | /* create lisp iface and populate tunnel tables */ |
| 568 | hi = lisp_gpe_create_iface (lgm, vni, bd_index, |
| 569 | &l2_lisp_gpe_device_class, &lgm->l2_ifaces); |
| 570 | |
| 571 | /* enable interface */ |
| 572 | vnet_sw_interface_set_flags (vnm, hi->sw_if_index, |
| 573 | VNET_SW_INTERFACE_FLAG_ADMIN_UP); |
| 574 | vnet_hw_interface_set_flags (vnm, hi->hw_if_index, |
| 575 | VNET_HW_INTERFACE_FLAG_LINK_UP); |
| 576 | |
| 577 | l2_arc_to_lb = vlib_node_add_named_next (vlib_get_main (), |
| 578 | hi->tx_node_index, |
| 579 | "l2-load-balance"); |
| 580 | |
| 581 | /* we're ready. add iface to l2 bridge domain */ |
| 582 | set_int_l2_mode (lgm->vlib_main, vnm, MODE_L2_BRIDGE, hi->sw_if_index, |
| 583 | bd_index, 0, 0, 0); |
| 584 | |
| 585 | return (hi->sw_if_index); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 586 | } |
| 587 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 588 | /** |
| 589 | * @brief Add/del LISP-GPE L2 interface. |
| 590 | * |
| 591 | * Creates LISP-GPE interface, sets it in L2 mode in the appropriate |
| 592 | * bridge domain, sets egress arcs and enables it. |
| 593 | * |
| 594 | * @param[in] lgm Reference to @ref lisp_gpe_main_t. |
| 595 | * @param[in] a Parameters to create interface. |
| 596 | * |
| 597 | * @return number of vectors in frame. |
| 598 | */ |
| 599 | void |
| 600 | lisp_gpe_del_l2_iface (lisp_gpe_main_t * lgm, u32 vni, u32 bd_id) |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 601 | { |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 602 | tunnel_lookup_t *l2_ifaces = &lgm->l2_ifaces; |
| 603 | u16 bd_index; |
| 604 | uword *hip; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 605 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 606 | bd_index = bd_find_or_add_bd_index (&bd_main, bd_id); |
| 607 | hip = hash_get (l2_ifaces->hw_if_index_by_dp_table, bd_index); |
| 608 | |
| 609 | if (hip == 0) |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 610 | { |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 611 | clib_warning ("The interface for bridge domain %d doesn't exist", |
| 612 | bd_id); |
| 613 | return; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 614 | } |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 615 | lisp_gpe_remove_iface (lgm, hip[0], bd_index, &lgm->l2_ifaces); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 616 | } |
| 617 | |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 618 | static clib_error_t * |
| 619 | lisp_gpe_add_del_iface_command_fn (vlib_main_t * vm, unformat_input_t * input, |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 620 | vlib_cli_command_t * cmd) |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 621 | { |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 622 | unformat_input_t _line_input, *line_input = &_line_input; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 623 | u8 is_add = 1; |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 624 | u32 table_id, vni, bd_id; |
| 625 | u8 vni_is_set = 0, vrf_is_set = 0, bd_index_is_set = 0; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 626 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 627 | if (vnet_lisp_gpe_enable_disable_status () == 0) |
| 628 | { |
| 629 | return clib_error_return (0, "LISP is disabled"); |
| 630 | } |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 631 | |
| 632 | /* Get a line of input. */ |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 633 | if (!unformat_user (input, unformat_line_input, line_input)) |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 634 | return 0; |
| 635 | |
| 636 | while (unformat_check_input (line_input) != UNFORMAT_END_OF_INPUT) |
| 637 | { |
| 638 | if (unformat (line_input, "add")) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 639 | is_add = 1; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 640 | else if (unformat (line_input, "del")) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 641 | is_add = 0; |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 642 | else if (unformat (line_input, "vrf %d", &table_id)) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 643 | { |
| 644 | vrf_is_set = 1; |
| 645 | } |
Florin Coras | 69ae187 | 2016-07-19 11:52:35 +0200 | [diff] [blame] | 646 | else if (unformat (line_input, "vni %d", &vni)) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 647 | { |
| 648 | vni_is_set = 1; |
| 649 | } |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 650 | else if (unformat (line_input, "bd %d", &bd_id)) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 651 | { |
| 652 | bd_index_is_set = 1; |
| 653 | } |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 654 | else |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 655 | { |
| 656 | return clib_error_return (0, "parse error: '%U'", |
| 657 | format_unformat_error, line_input); |
| 658 | } |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 659 | } |
| 660 | |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 661 | if (vrf_is_set && bd_index_is_set) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 662 | return clib_error_return (0, |
| 663 | "Cannot set both vrf and brdige domain index!"); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 664 | |
| 665 | if (!vni_is_set) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 666 | return clib_error_return (0, "vni must be set!"); |
Florin Coras | 1a1adc7 | 2016-07-22 01:45:30 +0200 | [diff] [blame] | 667 | |
| 668 | if (!vrf_is_set && !bd_index_is_set) |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 669 | return clib_error_return (0, "vrf or bridge domain index must be set!"); |
Florin Coras | 69ae187 | 2016-07-19 11:52:35 +0200 | [diff] [blame] | 670 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 671 | if (bd_index_is_set) |
Andrej Kozemcak | 8ebb2a1 | 2016-06-07 12:25:20 +0200 | [diff] [blame] | 672 | { |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 673 | if (is_add) |
| 674 | { |
| 675 | if (~0 == lisp_gpe_tenant_l2_iface_add_or_lock (vni, bd_id)) |
| 676 | return clib_error_return (0, "L2 interface not created"); |
| 677 | } |
| 678 | else |
| 679 | lisp_gpe_tenant_l2_iface_unlock (vni); |
| 680 | } |
| 681 | else |
| 682 | { |
| 683 | if (is_add) |
| 684 | { |
| 685 | if (~0 == lisp_gpe_tenant_l3_iface_add_or_lock (vni, table_id)) |
| 686 | return clib_error_return (0, "L3 interface not created"); |
| 687 | } |
| 688 | else |
| 689 | lisp_gpe_tenant_l3_iface_unlock (vni); |
Andrej Kozemcak | 8ebb2a1 | 2016-06-07 12:25:20 +0200 | [diff] [blame] | 690 | } |
| 691 | |
Neale Ranns | 5e575b1 | 2016-10-03 09:40:25 +0100 | [diff] [blame] | 692 | return (NULL); |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 693 | } |
| 694 | |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 695 | /* *INDENT-OFF* */ |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 696 | VLIB_CLI_COMMAND (add_del_lisp_gpe_iface_command, static) = { |
| 697 | .path = "lisp gpe iface", |
Florin Coras | 69ae187 | 2016-07-19 11:52:35 +0200 | [diff] [blame] | 698 | .short_help = "lisp gpe iface add/del vni <vni> vrf <vrf>", |
Florin Coras | 577c355 | 2016-04-21 00:45:40 +0200 | [diff] [blame] | 699 | .function = lisp_gpe_add_del_iface_command_fn, |
| 700 | }; |
Florin Coras | 220beac | 2016-08-16 23:04:00 +0200 | [diff] [blame] | 701 | /* *INDENT-ON* */ |
| 702 | |
| 703 | /* |
| 704 | * fd.io coding-style-patch-verification: ON |
| 705 | * |
| 706 | * Local Variables: |
| 707 | * eval: (c-set-style "gnu") |
| 708 | * End: |
| 709 | */ |