72 int lookup_for_responses_to_locally_received_packets)
76 u32 n_left_from, n_left_to_next, *from, *to_next;
84 while (n_left_from > 0)
88 while (n_left_from >= 8 && n_left_to_next >= 4)
92 __attribute__ ((unused))
tcp_header_t *tcp0, *tcp1, *tcp2, *tcp3;
98 __attribute__ ((unused))
u32 pi0, fib_index0, lb_index0,
100 __attribute__ ((unused))
u32 pi1, fib_index1, lb_index1,
102 __attribute__ ((unused))
u32 pi2, fib_index2, lb_index2,
104 __attribute__ ((unused))
u32 pi3, fib_index3, lb_index3,
108 u32 hash_c0, hash_c1, hash_c2, hash_c3;
109 const dpo_id_t *dpo0, *dpo1, *dpo2, *dpo3;
131 pi0 = to_next[0] = from[0];
132 pi1 = to_next[1] = from[1];
133 pi2 = to_next[2] = from[2];
134 pi3 = to_next[3] = from[3];
182 if (!lookup_for_responses_to_locally_received_packets)
197 tcp0 = (
void *) (ip0 + 1);
198 tcp1 = (
void *) (ip1 + 1);
199 tcp2 = (
void *) (ip2 + 1);
200 tcp3 = (
void *) (ip3 + 1);
202 is_tcp_udp0 = (ip0->
protocol == IP_PROTOCOL_TCP
203 || ip0->
protocol == IP_PROTOCOL_UDP);
204 is_tcp_udp1 = (ip1->
protocol == IP_PROTOCOL_TCP
205 || ip1->
protocol == IP_PROTOCOL_UDP);
206 is_tcp_udp2 = (ip2->
protocol == IP_PROTOCOL_TCP
207 || ip2->
protocol == IP_PROTOCOL_UDP);
208 is_tcp_udp3 = (ip1->
protocol == IP_PROTOCOL_TCP
209 || ip1->
protocol == IP_PROTOCOL_UDP);
211 if (!lookup_for_responses_to_locally_received_packets)
219 if (!lookup_for_responses_to_locally_received_packets)
227 if (!lookup_for_responses_to_locally_received_packets)
235 if (lookup_for_responses_to_locally_received_packets)
330 (cm, cpu_index, lb_index0, 1,
334 (cm, cpu_index, lb_index1, 1,
338 (cm, cpu_index, lb_index2, 1,
342 (cm, cpu_index, lb_index3, 1,
347 to_next, n_left_to_next,
349 next0, next1, next2, next3);
352 while (n_left_from > 0 && n_left_to_next > 0)
362 __attribute__ ((unused))
u32 pi0, fib_index0, is_tcp_udp0, lbi0;
383 if (!lookup_for_responses_to_locally_received_packets)
392 tcp0 = (
void *) (ip0 + 1);
394 is_tcp_udp0 = (ip0->
protocol == IP_PROTOCOL_TCP
395 || ip0->
protocol == IP_PROTOCOL_UDP);
397 if (!lookup_for_responses_to_locally_received_packets)
400 if (!lookup_for_responses_to_locally_received_packets)
403 if (!lookup_for_responses_to_locally_received_packets)
406 if (lookup_for_responses_to_locally_received_packets)
514 .function =
ip4_lookup,.name =
"ip4-lookup",.vector_size =
525 u32 n_left_from, n_left_to_next, *from, *to_next;
536 while (n_left_from > 0)
541 while (n_left_from >= 4 && n_left_to_next >= 2)
546 u32 pi0, lbi0, hc0, pi1, lbi1, hc1;
564 pi0 = to_next[0] = from[0];
565 pi1 = to_next[1] = from[1];
637 to_next, n_left_to_next,
638 pi0, pi1, next0, next1);
641 while (n_left_from > 0 && n_left_to_next > 0)
690 to_next, n_left_to_next,
703 sizeof (
u32),.sibling_of =
"ip4-lookup",.format_trace =
719 (lm, ia, sw_if_index,
729 *result_ia = result ? ia : 0;
743 .fp_addr.ip4 = *address,
773 u32 classify_table_index =
775 if (classify_table_index != (
u32) ~ 0)
813 .fp_addr.ip4 = *address,
851 sw_if_index, !is_enable, 0, 0);
858 u32 address_length,
u32 is_del)
864 u32 if_address_index, elts_before;
888 ip_interface_address_get_address
889 (&im->lookup_main, ia);
890 if (ip4_destination_matches_route
891 (im, address, x, ia->address_length) ||
892 ip4_destination_matches_route (im,
898 (
"failed to add %U which conflicts with %U for interface %U",
899 format_ip4_address_and_length, address,
901 format_ip4_address_and_length, x,
903 format_vnet_sw_if_index_name, vnm,
912 (lm, sw_if_index, addr_fib, address_length, is_del, &if_address_index);
932 address, address_length, if_address_index, is_del);
944 u32 address_length,
u32 is_del)
947 (vm, sw_if_index, address, address_length, is_del);
954 .arc_name =
"ip4-unicast",
955 .start_nodes =
VNET_FEATURES (
"ip4-input",
"ip4-input-no-checksum"),
961 .arc_name =
"ip4-unicast",
962 .node_name =
"ip4-flow-classify",
968 .arc_name =
"ip4-unicast",
969 .node_name =
"ip4-inacl",
975 .arc_name =
"ip4-unicast",
976 .node_name =
"ip4-source-check-via-rx",
982 .arc_name =
"ip4-unicast",
983 .node_name =
"ip4-source-check-via-any",
989 .arc_name =
"ip4-unicast",
990 .node_name =
"ip4-source-and-port-range-check-rx",
996 .arc_name =
"ip4-unicast",
997 .node_name =
"ip4-policer-classify",
1003 .arc_name =
"ip4-unicast",
1004 .node_name =
"ipsec-input-ip4",
1010 .arc_name =
"ip4-unicast",
1011 .node_name =
"vpath-input-ip4",
1017 .arc_name =
"ip4-unicast",
1018 .node_name =
"ip4-vxlan-bypass",
1024 .arc_name =
"ip4-unicast",
1025 .node_name =
"ip4-drop",
1031 .arc_name =
"ip4-unicast",
1032 .node_name =
"ip4-lookup",
1039 .arc_name =
"ip4-multicast",
1040 .start_nodes =
VNET_FEATURES (
"ip4-input",
"ip4-input-no-checksum"),
1046 .arc_name =
"ip4-multicast",
1047 .node_name =
"vpath-input-ip4",
1053 .arc_name =
"ip4-multicast",
1054 .node_name =
"ip4-drop",
1060 .arc_name =
"ip4-multicast",
1061 .node_name =
"ip4-mfib-forward-lookup",
1068 .arc_name =
"ip4-output",
1069 .start_nodes =
VNET_FEATURES (
"ip4-rewrite",
"ip4-midchain"),
1075 .arc_name =
"ip4-output",
1076 .node_name =
"ip4-source-and-port-range-check-tx",
1082 .arc_name =
"ip4-output",
1083 .node_name =
"ipsec-output-ip4",
1090 .arc_name =
"ip4-output",
1091 .node_name =
"interface-output",
1155 memset (&h, 0,
sizeof (h));
1161 #define _16(f,v) h.f = clib_host_to_net_u16 (v); 1162 #define _8(f,v) h.f = v; 1163 _16 (l2_type, ETHERNET_ARP_HARDWARE_TYPE_ethernet);
1164 _16 (l3_type, ETHERNET_TYPE_IP4);
1165 _8 (n_l2_address_bytes, 6);
1166 _8 (n_l3_address_bytes, 4);
1167 _16 (opcode, ETHERNET_ARP_OPCODE_request);
1216 s =
format (s,
"fib %d dpo-idx %d flow hash: 0x%08x",
1232 s =
format (s,
"tx_sw_if_index %d dpo-idx %d : %U flow hash: 0x%08x",
1367 .vector_size =
sizeof (
u32),
1381 .vector_size =
sizeof (
u32),
1398 u32 ip_header_length, payload_length_host_byte_order;
1399 u32 n_this_buffer, n_bytes_left;
1401 void *data_this_buffer;
1405 payload_length_host_byte_order =
1406 clib_net_to_host_u16 (ip0->
length) - ip_header_length;
1408 clib_host_to_net_u32 (payload_length_host_byte_order +
1424 n_bytes_left = n_this_buffer = payload_length_host_byte_order;
1425 data_this_buffer = (
void *) ip0 + ip_header_length;
1433 n_bytes_left -= n_this_buffer;
1434 if (n_bytes_left == 0)
1456 || ip0->
protocol == IP_PROTOCOL_UDP);
1458 udp0 = (
void *) (ip0 + 1);
1477 .arc_name =
"ip4-local",
1490 u32 *from, *to_next, n_left_from, n_left_to_next;
1502 while (n_left_from > 0)
1506 while (n_left_from >= 4 && n_left_to_next >= 2)
1515 u32 pi0, ip_len0, udp_len0, flags0, next0, fib_index0, lbi0;
1516 u32 pi1, ip_len1, udp_len1, flags1, next1, fib_index1, lbi1;
1517 i32 len_diff0, len_diff1;
1518 u8 error0, is_udp0, is_tcp_udp0, good_tcp_udp0, proto0;
1519 u8 error1, is_udp1, is_tcp_udp1, good_tcp_udp1, proto1;
1520 u32 sw_if_index0, sw_if_index1;
1522 pi0 = to_next[0] = from[0];
1523 pi1 = to_next[1] = from[1];
1527 n_left_to_next -= 2;
1571 if (head_of_feature_arc == 0)
1573 error0 = error1 = IP4_ERROR_UNKNOWN_PROTOCOL;
1577 is_udp0 = proto0 == IP_PROTOCOL_UDP;
1578 is_udp1 = proto1 == IP_PROTOCOL_UDP;
1579 is_tcp_udp0 = is_udp0 || proto0 == IP_PROTOCOL_TCP;
1580 is_tcp_udp1 = is_udp1 || proto1 == IP_PROTOCOL_TCP;
1592 good_tcp_udp0 |= is_udp0 && udp0->
checksum == 0;
1593 good_tcp_udp1 |= is_udp1 && udp1->
checksum == 0;
1601 ip_len0 = clib_net_to_host_u16 (ip0->
length);
1602 ip_len1 = clib_net_to_host_u16 (ip1->
length);
1603 udp_len0 = clib_net_to_host_u16 (udp0->
length);
1604 udp_len1 = clib_net_to_host_u16 (udp1->
length);
1606 len_diff0 = ip_len0 - udp_len0;
1607 len_diff1 = ip_len1 - udp_len1;
1609 len_diff0 = is_udp0 ? len_diff0 : 0;
1610 len_diff1 = is_udp1 ? len_diff1 : 0;
1613 & good_tcp_udp0 & good_tcp_udp1)))
1622 good_tcp_udp0 |= is_udp0 && udp0->
checksum == 0;
1631 good_tcp_udp1 |= is_udp1 && udp1->
checksum == 0;
1635 good_tcp_udp0 &= len_diff0 >= 0;
1636 good_tcp_udp1 &= len_diff1 >= 0;
1643 error0 = error1 = IP4_ERROR_UNKNOWN_PROTOCOL;
1645 error0 = len_diff0 < 0 ? IP4_ERROR_UDP_LENGTH : error0;
1646 error1 = len_diff1 < 0 ? IP4_ERROR_UDP_LENGTH : error1;
1648 ASSERT (IP4_ERROR_TCP_CHECKSUM + 1 == IP4_ERROR_UDP_CHECKSUM);
1649 error0 = (is_tcp_udp0 && !good_tcp_udp0
1650 ? IP4_ERROR_TCP_CHECKSUM + is_udp0 : error0);
1651 error1 = (is_tcp_udp1 && !good_tcp_udp1
1652 ? IP4_ERROR_TCP_CHECKSUM + is_udp1 : error1);
1688 error0 = ((error0 == IP4_ERROR_UNKNOWN_PROTOCOL &&
1690 IP4_ERROR_SPOOFED_LOCAL_PACKETS : error0);
1691 error0 = ((error0 == IP4_ERROR_UNKNOWN_PROTOCOL &&
1694 ? IP4_ERROR_SRC_LOOKUP_MISS : error0);
1695 error1 = ((error1 == IP4_ERROR_UNKNOWN_PROTOCOL &&
1697 IP4_ERROR_SPOOFED_LOCAL_PACKETS : error1);
1698 error1 = ((error1 == IP4_ERROR_UNKNOWN_PROTOCOL &&
1701 ? IP4_ERROR_SRC_LOOKUP_MISS : error1);
1713 p0->
error = error0 ? error_node->
errors[error0] : 0;
1714 p1->
error = error1 ? error_node->
errors[error1] : 0;
1716 if (head_of_feature_arc)
1725 n_left_to_next, pi0, pi1,
1729 while (n_left_from > 0 && n_left_to_next > 0)
1736 u32 pi0, next0, ip_len0, udp_len0, flags0, fib_index0, lbi0;
1738 u8 error0, is_udp0, is_tcp_udp0, good_tcp_udp0, proto0;
1743 pi0 = to_next[0] = from[0];
1747 n_left_to_next -= 1;
1776 if (head_of_feature_arc == 0)
1778 error0 = IP4_ERROR_UNKNOWN_PROTOCOL;
1782 is_udp0 = proto0 == IP_PROTOCOL_UDP;
1783 is_tcp_udp0 = is_udp0 || proto0 == IP_PROTOCOL_TCP;
1792 good_tcp_udp0 |= is_udp0 && udp0->
checksum == 0;
1798 ip_len0 = clib_net_to_host_u16 (ip0->
length);
1799 udp_len0 = clib_net_to_host_u16 (udp0->
length);
1801 len_diff0 = ip_len0 - udp_len0;
1803 len_diff0 = is_udp0 ? len_diff0 : 0;
1814 good_tcp_udp0 |= is_udp0 && udp0->
checksum == 0;
1818 good_tcp_udp0 &= len_diff0 >= 0;
1823 error0 = IP4_ERROR_UNKNOWN_PROTOCOL;
1825 error0 = len_diff0 < 0 ? IP4_ERROR_UDP_LENGTH : error0;
1827 ASSERT (IP4_ERROR_TCP_CHECKSUM + 1 == IP4_ERROR_UDP_CHECKSUM);
1828 error0 = (is_tcp_udp0 && !good_tcp_udp0
1829 ? IP4_ERROR_TCP_CHECKSUM + is_udp0 : error0);
1846 error0 = ((error0 == IP4_ERROR_UNKNOWN_PROTOCOL &&
1848 IP4_ERROR_SPOOFED_LOCAL_PACKETS : error0);
1849 error0 = ((error0 == IP4_ERROR_UNKNOWN_PROTOCOL &&
1852 ? IP4_ERROR_SRC_LOOKUP_MISS : error0);
1861 p0->
error = error0 ? error_node->
errors[error0] : 0;
1863 if (head_of_feature_arc)
1870 n_left_to_next, pi0, next0);
1890 .name =
"ip4-local",
1891 .vector_size =
sizeof (
u32),
1915 .name =
"ip4-local-end-of-arc",
1916 .vector_size =
sizeof (
u32),
1919 .sibling_of =
"ip4-local",
1925 .arc_name =
"ip4-local",
1926 .node_name =
"ip4-local-end-of-arc",
1977 .path =
"show ip local",
1979 .short_help =
"show ip local",
1991 u32 *from, *to_next_drop;
1992 uword n_left_from, n_left_to_next_drop, next_index;
1993 static f64 time_last_seed_change = -1e100;
1994 static u32 hash_seeds[3];
2002 if (time_now - time_last_seed_change > 1e-3)
2006 sizeof (hash_seeds));
2007 for (i = 0; i <
ARRAY_LEN (hash_seeds); i++)
2008 hash_seeds[i] = r[i];
2011 for (i = 0; i <
ARRAY_LEN (hash_bitmap); i++)
2014 time_last_seed_change = time_now;
2023 while (n_left_from > 0)
2026 to_next_drop, n_left_to_next_drop);
2028 while (n_left_from > 0 && n_left_to_next_drop > 0)
2030 u32 pi0, adj_index0, a0, b0, c0, m0, sw_if_index0, drop0;
2048 sw_if_index0 = adj0->rewrite_header.sw_if_index;
2067 c0 &=
BITS (hash_bitmap) - 1;
2071 bm0 = hash_bitmap[c0];
2072 drop0 = (bm0 & m0) != 0;
2075 hash_bitmap[c0] = bm0 | m0;
2079 to_next_drop[0] = pi0;
2081 n_left_to_next_drop -= 1;
2146 ip4_over_ethernet[0].ip4))
2168 adj0->rewrite_header.next_index,
2202 .function =
ip4_arp,.name =
"ip4-arp",.vector_size =
2212 .function =
ip4_glean,.name =
"ip4-glean",.vector_size =
2220 #define foreach_notrace_ip4_arp_error \ 2233 vnet_pcap_drop_trace_filter_add_del \ 2234 (rt->errors[IP4_ARP_ERROR_##a], \ 2273 vnm->
api_errno = VNET_API_ERROR_NO_MATCHING_INTERFACE;
2276 "no matching interface address for destination %U (interface %U)",
2325 int do_counters,
int is_midchain,
int is_mcast)
2329 u32 n_left_from, n_left_to_next, *to_next, next_index;
2337 while (n_left_from > 0)
2341 while (n_left_from >= 4 && n_left_to_next >= 2)
2346 u32 pi0, rw_len0, next0, error0, checksum0, adj_index0;
2347 u32 pi1, rw_len1, next1, error1, checksum1, adj_index1;
2348 u32 tx_sw_if_index0, tx_sw_if_index1;
2364 pi0 = to_next[0] = from[0];
2365 pi1 = to_next[1] = from[1];
2370 n_left_to_next -= 2;
2384 cpu_index, adj_index0);
2386 cpu_index, adj_index1);
2390 ASSERT (adj_index0 && adj_index1);
2395 error0 = error1 = IP4_ERROR_NONE;
2407 checksum0 = ip0->
checksum + clib_host_to_net_u16 (0x0100);
2408 checksum0 += checksum0 >= 0xffff;
2420 error0 = IP4_ERROR_TIME_EXPIRED;
2423 ICMP4_time_exceeded_ttl_exceeded_in_transit,
2442 checksum1 = ip1->
checksum + clib_host_to_net_u16 (0x0100);
2443 checksum1 += checksum1 >= 0xffff;
2455 error1 = IP4_ERROR_TIME_EXPIRED;
2458 ICMP4_time_exceeded_ttl_exceeded_in_transit,
2476 rw_len0 = adj0[0].rewrite_header.data_bytes;
2477 rw_len1 = adj1[0].rewrite_header.data_bytes;
2478 vnet_buffer (p0)->ip.save_rewrite_length = rw_len0;
2479 vnet_buffer (p1)->ip.save_rewrite_length = rw_len1;
2485 rewrite_header.max_l3_packet_bytes ? IP4_ERROR_MTU_EXCEEDED :
2490 rewrite_header.max_l3_packet_bytes ? IP4_ERROR_MTU_EXCEEDED :
2497 next0 = adj0[0].rewrite_header.next_index;
2500 tx_sw_if_index0 = adj0[0].rewrite_header.sw_if_index;
2506 tx_sw_if_index0, &next0, p0);
2510 next1 = adj1[0].rewrite_header.next_index;
2514 tx_sw_if_index1 = adj1[0].rewrite_header.sw_if_index;
2520 tx_sw_if_index1, &next1, p1);
2560 to_next, n_left_to_next,
2561 pi0, pi1, next0, next1);
2564 while (n_left_from > 0 && n_left_to_next > 0)
2569 u32 pi0, rw_len0, adj_index0, next0, error0, checksum0;
2570 u32 tx_sw_if_index0;
2572 pi0 = to_next[0] = from[0];
2585 error0 = IP4_ERROR_NONE;
2593 checksum0 = ip0->
checksum + clib_host_to_net_u16 (0x0100);
2595 checksum0 += checksum0 >= 0xffff;
2613 error0 = IP4_ERROR_TIME_EXPIRED;
2617 ICMP4_time_exceeded_ttl_exceeded_in_transit,
2628 cpu_index, adj_index0);
2641 rw_len0 = adj0[0].rewrite_header.data_bytes;
2642 vnet_buffer (p0)->ip.save_rewrite_length = rw_len0;
2647 cpu_index, adj_index0, 1,
2652 > adj0[0].rewrite_header.max_l3_packet_bytes
2653 ? IP4_ERROR_MTU_EXCEEDED : error0);
2663 tx_sw_if_index0 = adj0[0].rewrite_header.sw_if_index;
2666 next0 = adj0[0].rewrite_header.next_index;
2676 tx_sw_if_index0, &next0, p0);
2683 n_left_to_next -= 1;
2686 to_next, n_left_to_next,
2765 .name =
"ip4-rewrite",
2766 .vector_size =
sizeof (
u32),
2780 .name =
"ip4-rewrite-mcast",
2781 .vector_size =
sizeof (
u32),
2784 .sibling_of =
"ip4-rewrite",
2790 .name =
"ip4-midchain",
2791 .vector_size =
sizeof (
u32),
2793 .sibling_of =
"ip4-rewrite",
2805 u32 sw_if_index, table_id;
2816 if (
unformat (input,
"%d", &table_id))
2838 a = ip_interface_address_get_address (&ip4_main.lookup_main, ia);
2839 error = clib_error_return (0,
"interface %U has address %U",
2840 format_vnet_sw_if_index_name, vnm,
2842 format_ip4_address, a);
2887 .path =
"set interface ip table",
2889 .short_help =
"set interface ip table <interface> <table-id>",
2930 if (
unformat (input,
"table %d", &table_id))
2934 if ((fib) && (fib->
index != table_id))
2938 else if (
unformat (input,
"count %f", &count))
2951 for (i = 0; i < n; i++)
2956 ip4_base_address.
as_u32 =
2957 clib_host_to_net_u32 (1 +
2958 clib_net_to_host_u32 (ip4_base_address.
as_u32));
2989 .path =
"test lookup",
2990 .short_help =
"test lookup <ipv4-addr> [table <fib-id>] [count <nn>]",
3003 return VNET_API_ERROR_NO_SUCH_FIB;
3018 u32 flow_hash_config = 0;
3023 if (
unformat (input,
"table %d", &table_id))
3026 else if (unformat (input, #a)) { flow_hash_config |= v; matched=1;} 3043 case VNET_API_ERROR_NO_SUCH_FIB:
3047 clib_warning (
"BUG: illegal flow hash config 0x%x", flow_hash_config);
3140 .path =
"set ip flow-hash",
3142 "set ip flow-hash table <table-id> [src] [dst] [sport] [dport] [proto] [reverse]",
3159 return VNET_API_ERROR_NO_MATCHING_INTERFACE;
3162 return VNET_API_ERROR_NO_SUCH_ENTRY;
3169 if (
NULL != if_addr)
3174 .fp_addr.ip4 = *if_addr,
3182 if (table_index != (
u32) ~ 0)
3212 u32 table_index = ~0;
3213 int table_index_set = 0;
3214 u32 sw_if_index = ~0;
3219 if (
unformat (input,
"table-index %d", &table_index))
3220 table_index_set = 1;
3228 if (table_index_set == 0)
3231 if (sw_if_index == ~0)
3241 case VNET_API_ERROR_NO_MATCHING_INTERFACE:
3244 case VNET_API_ERROR_NO_SUCH_ENTRY:
3263 .path =
"set ip classify",
3265 "set ip classify intfc <interface> table-index <classify-idx>",
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
#define foreach_ip_interface_address(lm, a, sw_if_index, loop, body)
fib_node_index_t fib_table_entry_update_one_path(u32 fib_index, const fib_prefix_t *prefix, fib_source_t source, fib_entry_flag_t flags, fib_protocol_t next_hop_proto, const ip46_address_t *next_hop, u32 next_hop_sw_if_index, u32 next_hop_fib_index, u32 next_hop_weight, mpls_label_t *next_hop_labels, fib_route_path_flags_t path_flags)
Update the entry to have just one path.
#define vnet_rewrite_one_header(rw0, p0, most_likely_size)
u16 lb_n_buckets
number of buckets in the load-balance.
#define vnet_fixup_one_header(rw0, addr, p0, clear_first_bit)
ip_lookup_next_t
Common (IP4/IP6) next index stored in adjacency.
vlib_frame_t * vlib_get_frame_to_node(vlib_main_t *vm, u32 to_node_index)
vlib_combined_counter_main_t lbm_to_counters
clib_error_t * ip4_add_del_interface_address(vlib_main_t *vm, u32 sw_if_index, ip4_address_t *address, u32 address_length, u32 is_del)
sll srl srl sll sra u16x4 i
ip4_address_t * ip4_interface_first_address(ip4_main_t *im, u32 sw_if_index, ip_interface_address_t **result_ia)
static vlib_node_registration_t ip4_drop_node
(constructor) VLIB_REGISTER_NODE (ip4_drop_node)
static uword ip4_local_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int head_of_feature_arc)
int vnet_set_ip4_flow_hash(u32 table_id, u32 flow_hash_config)
static int fib_urpf_check_size(index_t ui)
Data-Plane function to check the size of an uRPF list, (i.e.
static uword ip4_drop(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
ip4_add_del_interface_address_callback_t * add_del_interface_address_callbacks
Functions to call when interface address changes.
static void vlib_buffer_free(vlib_main_t *vm, u32 *buffers, u32 n_buffers)
Free buffers Frees the entire buffer chain for each buffer.
static void vlib_set_next_frame_buffer(vlib_main_t *vm, vlib_node_runtime_t *node, u32 next_index, u32 buffer_index)
ip_interface_address_t * if_address_pool
Pool of addresses that are assigned to interfaces.
vnet_main_t * vnet_get_main(void)
static vnet_hw_interface_t * vnet_get_sup_hw_interface(vnet_main_t *vnm, u32 sw_if_index)
static clib_error_t * ip4_add_del_interface_address_internal(vlib_main_t *vm, u32 sw_if_index, ip4_address_t *address, u32 address_length, u32 is_del)
struct ip_adjacency_t_::@138::@139 nbr
IP_LOOKUP_NEXT_ARP/IP_LOOKUP_NEXT_REWRITE.
vnet_interface_main_t interface_main
static uword ip4_midchain(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
vlib_node_registration_t ip4_lookup_node
(constructor) VLIB_REGISTER_NODE (ip4_lookup_node)
static int ip4_header_bytes(ip4_header_t *i)
static u32 ip4_compute_flow_hash(const ip4_header_t *ip, flow_hash_config_t flow_hash_config)
static f64 vlib_time_now(vlib_main_t *vm)
u32 fib_table_get_index_for_sw_if_index(fib_protocol_t proto, u32 sw_if_index)
Get the index of the FIB bound to the interface.
static void * clib_random_buffer_get_data(clib_random_buffer_t *b, uword n_bytes)
void vlib_put_next_frame(vlib_main_t *vm, vlib_node_runtime_t *r, u32 next_index, u32 n_vectors_left)
Release pointer to next frame vector data.
flow_hash_config_t lb_hash_config
the hash config to use when selecting a bucket.
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
static clib_error_t * test_lookup_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define vlib_validate_buffer_enqueue_x4(vm, node, next_index, to_next, n_left_to_next, bi0, bi1, bi2, bi3, next0, next1, next2, next3)
Finish enqueueing four buffers forward in the graph.
ip_lookup_main_t lookup_main
static vnet_sw_interface_t * vnet_get_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
static ip_csum_t ip_csum_with_carry(ip_csum_t sum, ip_csum_t x)
u32 * fib_index_by_sw_if_index
Table index indexed by software interface.
union ip_adjacency_t_::@138 sub_type
unformat_function_t unformat_vnet_sw_interface
static uword ip4_arp(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
vlib_error_t * errors
Vector of errors for this node.
static void vlib_prefetch_combined_counter(const vlib_combined_counter_main_t *cm, u32 cpu_index, u32 index)
Pre-fetch a per-thread combined counter for the given object index.
static uword vlib_buffer_length_in_chain(vlib_main_t *vm, vlib_buffer_t *b)
Get length in bytes of the buffer chain.
VNET_FEATURE_ARC_INIT(ip4_unicast, static)
struct _tcp_header tcp_header_t
u32 neighbor_probe_adj_index
u8 mcast_feature_arc_index
Feature arc indices.
format_function_t format_vnet_sw_if_index_name
static uword vlib_node_add_next(vlib_main_t *vm, uword node, uword next_node)
#define IP4_FIB_MTRIE_LEAF_EMPTY
static pg_node_t * pg_get_node(uword node_index)
static ip4_fib_mtrie_leaf_t ip4_fib_mtrie_lookup_step(ip4_fib_mtrie_t *m, ip4_fib_mtrie_leaf_t current_leaf, const ip4_address_t *dst_address, u32 dst_address_byte_index)
u8 output_feature_arc_index
#define VLIB_BUFFER_NEXT_PRESENT
static clib_error_t * show_ip_local_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u32 * mfib_index_by_sw_if_index
Table index indexed by software interface.
i16 current_data
signed offset in data[], pre_data[] that we are currently processing.
void * vlib_packet_template_get_packet(vlib_main_t *vm, vlib_packet_template_t *t, u32 *bi_result)
#define vlib_prefetch_buffer_with_index(vm, bi, type)
Prefetch buffer metadata by buffer index The first 64 bytes of buffer contains most header informatio...
ip_csum_t ip_incremental_checksum(ip_csum_t sum, void *_data, uword n_bytes)
#define VLIB_INIT_FUNCTION(x)
void fib_table_entry_special_remove(u32 fib_index, const fib_prefix_t *prefix, fib_source_t source)
Remove a 'special' entry from the FIB.
#define IP_BUFFER_L4_CHECKSUM_CORRECT
static uword pow2_mask(uword x)
static void ip4_add_interface_routes(u32 sw_if_index, ip4_main_t *im, u32 fib_index, ip_interface_address_t *a)
u16 lb_n_buckets_minus_1
number of buckets in the load-balance - 1.
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
Aggregrate type for a prefix.
#define clib_error_return(e, args...)
#define IP4_LOOKUP_NEXT_NODES
vlib_node_registration_t ip4_arp_node
(constructor) VLIB_REGISTER_NODE (ip4_arp_node)
void ip4_sw_interface_enable_disable(u32 sw_if_index, u32 is_enable)
static void * ip4_next_header(ip4_header_t *i)
#define LOG2_IP_BUFFER_L4_CHECKSUM_CORRECT
u16 fp_len
The mask length.
#define vlib_call_init_function(vm, x)
This packet matches an "interface route" and packets need to be passed to ARP to find rewrite string ...
#define foreach_notrace_ip4_arp_error
static clib_error_t * vnet_feature_init(vlib_main_t *vm)
adj_index_t fib_entry_get_adj(fib_node_index_t fib_entry_index)
static u32 ip4_fib_mtrie_leaf_get_adj_index(ip4_fib_mtrie_leaf_t n)
vlib_node_registration_t ip4_rewrite_node
(constructor) VLIB_REGISTER_NODE (ip4_rewrite_node)
static int ip4_is_fragment(ip4_header_t *i)
vnet_api_error_t api_errno
The identity of a DPO is a combination of its type and its instance number/index of objects of that t...
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
uword * fib_index_by_table_id
Hash table mapping table id to fib index.
vlib_node_registration_t ip4_input_node
Global ip4 input node.
u16 current_length
Nbytes between current data and the end of this buffer.
u32 * classify_table_index_by_sw_if_index
First table index to use for this interface, ~0 => none.
ip46_address_t fp_addr
The address type is not deriveable from the fp_addr member.
vlib_node_registration_t ip4_local_node
(constructor) VLIB_REGISTER_NODE (ip4_local_node)
index_t classify_dpo_create(dpo_proto_t proto, u32 classify_table_index)
clib_error_t * arp_notrace_init(vlib_main_t *vm)
dpo_type_t dpoi_type
the type
static const dpo_id_t * load_balance_get_bucket_i(const load_balance_t *lb, u32 bucket)
void ip4_register_protocol(u32 protocol, u32 node_index)
uword vlib_error_drop_buffers(vlib_main_t *vm, vlib_node_runtime_t *node, u32 *buffers, u32 next_buffer_stride, u32 n_buffers, u32 next_index, u32 drop_error_node, u32 drop_error_code)
static uword ip4_arp_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_glean)
uword os_get_cpu_number(void)
static uword ip4_punt(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
void ip4_forward_next_trace(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, vlib_rx_or_tx_t which_adj_index)
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
u8 * ip_enabled_by_sw_if_index
static uword ip4_local_end_of_arc(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static uword ip4_glean(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static uword ip4_rewrite_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int do_counters, int is_midchain, int is_mcast)
ip4_main_t ip4_main
Global ip4 main structure.
u8 local_next_by_ip_protocol[256]
Table mapping ip protocol to ip[46]-local node next index.
static uword ip4_load_balance(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
load_balance_main_t load_balance_main
The one instance of load-balance main.
#define vlib_validate_buffer_enqueue_x2(vm, node, next_index, to_next, n_left_to_next, bi0, bi1, next0, next1)
Finish enqueueing two buffers forward in the graph.
#define vlib_validate_buffer_enqueue_x1(vm, node, next_index, to_next, n_left_to_next, bi0, next0)
Finish enqueueing one buffer forward in the graph.
#define vlib_get_next_frame(vm, node, next_index, vectors, n_vectors_left)
Get pointer to next frame vector data by (vlib_node_runtime_t, next_index).
vlib_combined_counter_main_t adjacency_counters
Adjacency packet counters.
vlib_error_t error
Error code for buffers to be enqueued to error handler.
static vlib_node_registration_t ip4_punt_node
(constructor) VLIB_REGISTER_NODE (ip4_punt_node)
static u8 * format_ip4_lookup_trace(u8 *s, va_list *args)
clib_error_t * ip4_probe_neighbor(vlib_main_t *vm, ip4_address_t *dst, u32 sw_if_index)
static u8 * format_ip4_rewrite_trace(u8 *s, va_list *args)
static uword ip4_policer_classify(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static void vlib_buffer_copy_trace_flag(vlib_main_t *vm, vlib_buffer_t *b, u32 bi_target)
#define VNET_BUFFER_LOCALLY_ORIGINATED
#define CLIB_PREFETCH(addr, size, type)
#define vec_free(V)
Free vector's memory (no header).
vnet_feature_arc_registration_t vnet_feat_arc_ip4_local
void fib_table_entry_delete(u32 fib_index, const fib_prefix_t *prefix, fib_source_t source)
Delete a FIB entry.
void icmp4_error_set_vnet_buffer(vlib_buffer_t *b, u8 type, u8 code, u32 data)
ip4_add_del_interface_address_function_t * function
static ip4_fib_t * ip4_fib_get(u32 index)
Get the FIB at the given index.
static clib_error_t * add_del_interface_table(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define clib_warning(format, args...)
#define VLIB_BUFFER_IS_TRACED
static vlib_node_runtime_t * vlib_node_get_runtime(vlib_main_t *vm, u32 node_index)
Get node runtime by node index.
#define clib_memcpy(a, b, c)
int ip4_lookup_validate(ip4_address_t *a, u32 fib_index0)
static clib_error_t * set_ip_flow_hash_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
unformat_function_t * unformat_edit
u8 packet_data[64-1 *sizeof(u32)]
u32 fib_node_index_t
A typedef of a node index.
void ip_lookup_init(ip_lookup_main_t *lm, u32 is_ip6)
#define pool_is_free_index(P, I)
Use free bitmap to query whether given index is free.
This packet matches an "incomplete adjacency" and packets need to be passed to ARP to find rewrite st...
void dpo_set(dpo_id_t *dpo, dpo_type_t type, dpo_proto_t proto, index_t index)
Set/create a DPO ID The DPO will be locked.
vlib_combined_counter_main_t lbm_via_counters
static void ip4_addr_fib_init(ip4_address_fib_t *addr_fib, ip4_address_t *address, u32 fib_index)
static clib_error_t * set_ip_classify_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define VLIB_CLI_COMMAND(x,...)
static clib_error_t * ip4_sw_interface_add_del(vnet_main_t *vnm, u32 sw_if_index, u32 is_add)
struct _vnet_classify_main vnet_classify_main_t
#define foreach_flow_hash_bit
fib_node_index_t fib_table_entry_special_dpo_add(u32 fib_index, const fib_prefix_t *prefix, fib_source_t source, fib_entry_flag_t flags, const dpo_id_t *dpo)
Add a 'special' entry to the FIB that links to the DPO passed A special entry is an entry that the FI...
vlib_packet_template_t ip4_arp_request_packet_template
Template used to generate IP4 ARP packets.
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
vlib_node_registration_t ip4_load_balance_node
(constructor) VLIB_REGISTER_NODE (ip4_load_balance_node)
#define VNET_SW_INTERFACE_FLAG_ADMIN_UP
#define IP4_FIB_MTRIE_LEAF_ROOT
index_t lb_urpf
This is the index of the uRPF list for this LB.
static void vlib_increment_combined_counter(vlib_combined_counter_main_t *cm, u32 cpu_index, u32 index, u64 n_packets, u64 n_bytes)
Increment a combined counter.
u32 ip4_tcp_udp_validate_checksum(vlib_main_t *vm, vlib_buffer_t *p0)
#define IP_BUFFER_L4_CHECKSUM_COMPUTED
static load_balance_t * load_balance_get(index_t lbi)
#define hash_v3_finalize32(a, b, c)
vlib_node_registration_t ip4_glean_node
(constructor) VLIB_REGISTER_NODE (ip4_glean_node)
VLIB_NODE_FUNCTION_MULTIARCH(ip4_lookup_node, ip4_lookup)
u32 next_buffer
Next buffer for this linked-list of buffers.
struct ip_adjacency_t_::@138::@140 midchain
IP_LOOKUP_NEXT_MIDCHAIN.
u32 fib_table_find_or_create_and_lock(fib_protocol_t proto, u32 table_id)
Get the index of the FIB for a Table-ID.
vlib_node_registration_t ip4_midchain_node
(constructor) VLIB_REGISTER_NODE (ip4_midchain_node)
static void vlib_buffer_advance(vlib_buffer_t *b, word l)
Advance current data pointer by the supplied (signed!) amount.
#define VLIB_NODE_FLAG_TRACE
vnet_classify_main_t vnet_classify_main
vlib_node_registration_t ip4_rewrite_mcast_node
(constructor) VLIB_REGISTER_NODE (ip4_rewrite_mcast_node)
Route added as a result of interface configuration.
clib_error_t * ip4_lookup_init(vlib_main_t *vm)
u32 flow_hash_config_t
A flow hash configuration is a mask of the flow hash options.
#define VNET_FEATURES(...)
static vlib_main_t * vlib_get_main(void)
static uword is_pow2(uword x)
static uword ip4_local(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
#define vec_elt(v, i)
Get vector value at index i.
u8 ucast_feature_arc_index
u16 ip4_tcp_udp_compute_checksum(vlib_main_t *vm, vlib_buffer_t *p0, ip4_header_t *ip0)
u32 mfib_table_find_or_create_and_lock(fib_protocol_t proto, u32 table_id)
Get the index of the FIB for a Table-ID.
index_t dpoi_index
the index of objects of that type
VNET_FEATURE_INIT(ip4_flow_classify, static)
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
ip_lookup_next_t lookup_next_index
vnet_sw_interface_t * sw_interfaces
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
u8 * format_ip4_forward_next_trace(u8 *s, va_list *args)
#define DPO_INVALID
An initialiser for DPOs declared on the stack.
void vlib_packet_template_init(vlib_main_t *vm, vlib_packet_template_t *t, void *packet_data, uword n_packet_data_bytes, uword min_n_buffers_each_physmem_alloc, char *fmt,...)
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)
A collection of combined counters.
static uword ip4_flow_classify(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
flow_hash_config_t flow_hash_config
#define clib_mem_unaligned(pointer, type)
static void ip4_del_interface_routes(ip4_main_t *im, u32 fib_index, ip4_address_t *address, u32 address_length)
static uword ip4_source_and_port_range_check_tx(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
#define VLIB_REGISTER_NODE(x,...)
int vnet_set_ip4_classify_intfc(vlib_main_t *vm, u32 sw_if_index, u32 table_index)
This packet is to be rewritten and forwarded to the next processing node.
void dpo_reset(dpo_id_t *dpo)
reset a DPO ID The DPO will be unlocked.
#define vec_foreach(var, vec)
Vector iterator.
index_t ip4_fib_table_lookup_lb(ip4_fib_t *fib, const ip4_address_t *addr)
static uword ip4_drop_or_punt(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, ip4_error_t error_code)
static uword ip4_rewrite_mcast(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
u16 flags
Copy of main node flags.
u16 dpoi_next_node
The next VLIB node to follow.
void vlib_put_frame_to_node(vlib_main_t *vm, u32 to_node_index, vlib_frame_t *f)
VNET_SW_INTERFACE_ADD_DEL_FUNCTION(ip4_sw_interface_add_del)
static void * ip_interface_address_get_address(ip_lookup_main_t *lm, ip_interface_address_t *a)
static uword ip4_lookup(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
IPv4 lookup node.
static uword ip4_rewrite(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
IPv4 rewrite node.
#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 vnet_rewrite_two_headers(rw0, rw1, p0, p1, most_likely_size)
u32 flags
buffer flags: VLIB_BUFFER_IS_TRACED: trace this buffer.
This adjacency/interface has output features configured.
static int ip4_src_address_for_packet(ip_lookup_main_t *lm, u32 sw_if_index, ip4_address_t *src)
static uword ip4_vxlan_bypass(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
static uword ip4_source_and_port_range_check_rx(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u16 ip4_header_checksum(ip4_header_t *i)
clib_random_buffer_t random_buffer
static u16 ip_csum_fold(ip_csum_t c)
static int adj_are_counters_enabled(void)
Get the global configuration option for enabling per-adj counters.
static char * ip4_arp_error_strings[]
static uword ip4_lookup_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int lookup_for_responses_to_locally_received_packets)
int vnet_feature_enable_disable(const char *arc_name, const char *node_name, u32 sw_if_index, int enable_disable, void *feature_config, u32 n_feature_config_bytes)
static ip_adjacency_t * ip_get_adjacency(ip_lookup_main_t *lm, u32 adj_index)
struct ip_adjacency_t_::@138::@141 glean
IP_LOOKUP_NEXT_GLEAN.
static vlib_node_registration_t ip4_local_end_of_arc_node
(constructor) VLIB_REGISTER_NODE (ip4_local_end_of_arc_node)
ip4_fib_mtrie_leaf_t default_leaf
static ip4_address_t * ip4_interface_address_matching_destination(ip4_main_t *im, ip4_address_t *dst, u32 sw_if_index, ip_interface_address_t **result_ia)
static_always_inline void vnet_feature_arc_start(u8 arc, u32 sw_if_index, u32 *next0, vlib_buffer_t *b0)
static uword pool_elts(void *v)
Number of active elements in a pool.