39 #define ETHER_MAC_ADDR_LEN 6 61 #define MIN_ADV_VALID_LIFETIME 7203 62 #define DEF_ADV_VALID_LIFETIME 2592000 63 #define DEF_ADV_PREF_LIFETIME 604800 94 u8 link_layer_address[8];
124 #define DEF_MAX_RADV_INTERVAL 200 125 #define DEF_MIN_RADV_INTERVAL .75 * DEF_MAX_RADV_INTERVAL 126 #define DEF_CURR_HOP_LIMIT 64 127 #define DEF_DEF_RTR_LIFETIME 3 * DEF_MAX_RADV_INTERVAL 128 #define MAX_DEF_RTR_LIFETIME 9000 130 #define MAX_INITIAL_RTR_ADVERT_INTERVAL 16 131 #define MAX_INITIAL_RTR_ADVERTISEMENTS 3 132 #define MIN_DELAY_BETWEEN_RAS 3 133 #define MAX_DELAY_BETWEEN_RAS 1800 134 #define MAX_RA_DELAY_TIME .5 252 clib_warning (
"IPv6 is not enabled for sw_if_index %d", sw_if_index);
253 return empty_address;
256 if (radv_info ==
NULL)
259 return empty_address;
275 memcpy (r.
mac, mac,
sizeof r.
mac);
290 if (ni == (
uword) ~ 0)
322 if (ni == (
uword) ~ 0)
347 return format (s,
"%=12s%=45s%=6s%=20s%=40s",
"Time",
"Address",
"Flags",
348 "Link layer",
"Interface");
351 flags =
format (flags,
"D");
354 flags =
format (flags,
"S");
357 flags =
format (flags,
"N");
360 s =
format (s,
"%=12U%=45U%=6s%=20U%=40U",
363 flags ? (
char *) flags :
"",
407 u8 link_layer_address[6];
419 const u8 * link_layer_address,
420 int is_add,
int is_static,
int is_no_fib_entry)
430 if (
NULL != link_layer_address)
434 (
u8 *) & args,
sizeof (args));
440 icmp6_neighbor_solicitation_header_t *
h;
477 h->ip.dst_address.as_u8[13] = dst->
as_u8[13];
478 h->ip.dst_address.as_u8[14] = dst->
as_u8[14];
479 h->ip.dst_address.as_u8[15] = dst->
as_u8[15];
480 h->ip.src_address = src[0];
481 h->neighbor.target_address = dst[0];
483 clib_memcpy (h->link_layer_option.ethernet_address,
486 h->neighbor.icmp.checksum =
488 ASSERT (bogus_length == 0);
531 #define IP6_NBR_MK_KEY(k, sw_if_index, addr) \ 533 k.sw_if_index = sw_if_index; \ 534 k.ip6_address = *addr; \ 581 u32 i, *to_delete = 0;
586 if (n->key.sw_if_index == sw_if_index)
587 vec_add1 (to_delete, n - nm->neighbor_pool);
593 for (i = 0; i <
vec_len (to_delete); i++)
602 for (i = 0; i <
vec_len (to_delete); i++)
695 offset =
vec_len (rewrite) - 2;
756 if ((count++ == 100) || (index == ~0))
778 const u8 * link_layer_address,
779 uword n_bytes_link_layer_address,
780 int is_static,
int is_no_fib_entry)
785 int make_new_nd_cache_entry = 1;
811 link_layer_address, n_bytes_link_layer_address))
812 goto check_customers;
815 make_new_nd_cache_entry = 0;
818 if (make_new_nd_cache_entry)
836 link_layer_address, n_bytes_link_layer_address);
841 if (!is_no_fib_entry)
858 link_layer_address, n_bytes_link_layer_address))
861 goto check_customers;
865 link_layer_address, n_bytes_link_layer_address);
891 while (next_index != (
u32) ~ 0)
909 while (next_index != (
u32) ~ 0)
919 (*fp) (mc->
data, (u8 *) link_layer_address, sw_if_index,
996 n2->key.sw_if_index);
1018 if (sw_if_index != ~0 && n->key.sw_if_index != sw_if_index)
1020 vec_add1 (ns, n[0]);
1078 .path =
"show ip6 neighbors",
1080 .short_help =
"show ip6 neighbors [<interface>]",
1094 int is_no_fib_entry = 0;
1108 else if (
unformat (input,
"static"))
1110 else if (
unformat (input,
"no-fib-entry"))
1111 is_no_fib_entry = 1;
1121 mac_address,
sizeof (mac_address),
1122 is_static, is_no_fib_entry);
1143 .path =
"set ip6 neighbor",
1145 .short_help =
"set ip6 neighbor [del] <interface> <ip6-address> <mac-address> [static]",
1160 uword is_solicitation)
1165 u32 *from, *to_next;
1166 u32 n_left_from, n_left_to_next, next_index, n_advertisements_sent;
1173 n_left_from = n_packets;
1183 ? ICMP6_NEIGHBOR_DISCOVERY_OPTION_source_link_layer_address
1184 : ICMP6_NEIGHBOR_DISCOVERY_OPTION_target_link_layer_address);
1185 n_advertisements_sent = 0;
1187 while (n_left_from > 0)
1191 while (n_left_from > 0 && n_left_to_next > 0)
1195 icmp6_neighbor_solicitation_or_advertisement_header_t *h0;
1196 icmp6_neighbor_discovery_ethernet_link_layer_address_option_t *o0;
1197 u32 bi0, options_len0, sw_if_index0, next0, error0;
1198 u32 ip6_sadd_link_local, ip6_sadd_unspecified;
1202 bi0 = to_next[0] = from[0];
1207 n_left_to_next -= 1;
1215 error0 = ICMP6_ERROR_NONE;
1217 ip6_sadd_link_local =
1219 ip6_sadd_unspecified =
1223 if (!ip6_sadd_unspecified && !ip6_sadd_link_local)
1236 error0 = ((adj0->rewrite_header.sw_if_index != sw_if_index0
1239 ICMP6_ERROR_NEIGHBOR_SOLICITATION_SOURCE_NOT_ON_LINK
1245 ICMP6_ERROR_NEIGHBOR_SOLICITATION_SOURCE_NOT_ON_LINK;
1249 o0 = (
void *) (h0 + 1);
1250 o0 = ((options_len0 == 8 && o0->header.type == option_type
1251 && o0->header.n_data_u64s == 1) ? o0 : 0);
1254 if (
PREDICT_TRUE (error0 == ICMP6_ERROR_NONE && o0 != 0 &&
1255 !ip6_sadd_unspecified))
1260 &h0->target_address,
1261 o0->ethernet_address,
1262 sizeof (o0->ethernet_address),
1266 if (is_solicitation && error0 == ICMP6_ERROR_NONE)
1275 if (~0 == fib_index)
1277 error0 = ICMP6_ERROR_NEIGHBOR_SOLICITATION_SOURCE_UNKNOWN;
1285 &h0->target_address, 128);
1290 &h0->target_address,
1298 ICMP6_ERROR_NEIGHBOR_SOLICITATION_SOURCE_UNKNOWN;
1321 ICMP6_ERROR_NEIGHBOR_SOLICITATION_SOURCE_UNKNOWN;
1327 if (is_solicitation)
1328 next0 = (error0 != ICMP6_ERROR_NONE
1334 error0 = error0 == ICMP6_ERROR_NONE ?
1335 ICMP6_ERROR_NEIGHBOR_ADVERTISEMENTS_RX : error0;
1338 if (is_solicitation && error0 == ICMP6_ERROR_NONE)
1345 if (!ip6_sadd_unspecified)
1349 IP6_MULTICAST_SCOPE_link_local,
1350 IP6_MULTICAST_GROUP_ID_all_hosts);
1354 h0->icmp.type = ICMP6_neighbor_advertisement;
1364 ICMP6_NEIGHBOR_DISCOVERY_OPTION_target_link_layer_address;
1367 h0->advertisement_flags = clib_host_to_net_u32
1371 h0->icmp.checksum = 0;
1375 ASSERT (bogus_length == 0);
1391 n_advertisements_sent++;
1397 to_next, n_left_to_next,
1406 ICMP6_ERROR_NEIGHBOR_ADVERTISEMENTS_TX,
1407 n_advertisements_sent);
1413 #define foreach_log_level \ 1414 _ (DEBUG, "DEBUG") \ 1415 _ (INFO, "INFORMATION") \ 1416 _ (NOTICE, "NOTICE") \ 1417 _ (WARNING, "WARNING") \ 1419 _ (CRIT, "CRITICAL") \ 1420 _ (ALERT, "ALERT") \ 1421 _ (EMERG, "EMERGENCY") 1425 #define _(f,s) LOG_##f, 1445 if ((priority > LOG_EMERG) || !(logmask & (1 << priority)))
1455 .format =
"ip6 nd: (%s): %s",.format_args =
"T4T4",};
1470 _vnet_ip6_neighbor_function_list_elt_t * elt)
1476 error = elt->fp (data);
1479 elt = elt->next_ip6_neighbor_function;
1502 u32 *from, *to_next;
1503 u32 n_left_from, n_left_to_next, next_index;
1504 u32 n_advertisements_sent = 0;
1513 n_left_from = n_packets;
1522 option_type = ICMP6_NEIGHBOR_DISCOVERY_OPTION_source_link_layer_address;
1524 while (n_left_from > 0)
1528 while (n_left_from > 0 && n_left_to_next > 0)
1534 icmp6_neighbor_discovery_header_t *h0;
1535 icmp6_neighbor_discovery_ethernet_link_layer_address_option_t *o0;
1537 u32 bi0, options_len0, sw_if_index0, next0, error0;
1538 u32 is_solicitation = 1, is_dropped = 0;
1539 u32 is_unspecified, is_link_local;
1541 bi0 = to_next[0] = from[0];
1546 n_left_to_next -= 1;
1557 error0 = ICMP6_ERROR_NONE;
1562 is_solicitation = 0;
1565 if (!is_unspecified && !is_link_local)
1573 error0 = (adj0->rewrite_header.sw_if_index != sw_if_index0
1575 ICMP6_ERROR_ROUTER_SOLICITATION_SOURCE_NOT_ON_LINK
1580 error0 = ICMP6_ERROR_ROUTER_SOLICITATION_SOURCE_NOT_ON_LINK;
1585 o0 = (
void *) (h0 + 1);
1586 o0 = ((options_len0 == 8
1587 && o0->header.type == option_type
1588 && o0->header.n_data_u64s == 1) ? o0 : 0);
1591 if (
PREDICT_TRUE (error0 == ICMP6_ERROR_NONE && o0 != 0 &&
1592 !is_unspecified && !is_link_local))
1596 o0->ethernet_address,
1597 sizeof (o0->ethernet_address),
1604 if (error0 == ICMP6_ERROR_NONE)
1617 (!eth_if0) ? ICMP6_ERROR_ROUTER_SOLICITATION_UNSUPPORTED_INTF
1620 if (error0 == ICMP6_ERROR_NONE)
1627 sizeof (icmp6_neighbor_discovery_header_t));
1642 ICMP6_ERROR_ROUTER_SOLICITATION_RADV_NOT_CONFIG :
1645 if (error0 == ICMP6_ERROR_NONE)
1650 if (is_solicitation)
1661 icmp6_router_advertisement_header_t rh;
1663 rh.icmp.type = ICMP6_router_advertisement;
1665 rh.icmp.checksum = 0;
1668 rh.router_lifetime_in_sec =
1669 clib_host_to_net_u16
1672 time_in_msec_between_retransmitted_neighbor_solicitations
1674 clib_host_to_net_u32 (radv_info->
1675 adv_time_in_msec_between_retransmitted_neighbor_solicitations);
1676 rh.neighbor_reachable_time_in_msec =
1677 clib_host_to_net_u32 (radv_info->
1678 adv_neighbor_reachable_time_in_msec);
1690 u16 payload_length =
1691 sizeof (icmp6_router_advertisement_header_t);
1695 (p0), &bi0, (
void *) &rh,
1696 sizeof (icmp6_router_advertisement_header_t)))
1699 error0 = ICMP6_ERROR_ALLOC_FAILURE;
1705 icmp6_neighbor_discovery_ethernet_link_layer_address_option_t
1709 ICMP6_NEIGHBOR_DISCOVERY_OPTION_source_link_layer_address;
1710 h.header.n_data_u64s = 1;
1718 (p0), &bi0, (
void *) &h,
1720 (icmp6_neighbor_discovery_ethernet_link_layer_address_option_t)))
1722 error0 = ICMP6_ERROR_ALLOC_FAILURE;
1728 (icmp6_neighbor_discovery_ethernet_link_layer_address_option_t);
1734 icmp6_neighbor_discovery_mtu_option_t
h;
1739 h.header.type = ICMP6_NEIGHBOR_DISCOVERY_OPTION_mtu;
1740 h.header.n_data_u64s = 1;
1743 sizeof (icmp6_neighbor_discovery_mtu_option_t);
1747 (p0), &bi0, (
void *) &h,
1749 (icmp6_neighbor_discovery_mtu_option_t)))
1751 error0 = ICMP6_ERROR_ALLOC_FAILURE;
1762 if(pr_info->enabled &&
1763 (!pr_info->decrement_lifetime_flag
1764 || (pr_info->pref_lifetime_expires >0)))
1767 icmp6_neighbor_discovery_prefix_information_option_t h;
1769 h.header.type = ICMP6_NEIGHBOR_DISCOVERY_OPTION_prefix_information;
1770 h.header.n_data_u64s = (sizeof(icmp6_neighbor_discovery_prefix_information_option_t) >> 3);
1772 h.dst_address_length = pr_info->prefix_len;
1774 h.flags = (pr_info->adv_on_link_flag) ? ICMP6_NEIGHBOR_DISCOVERY_PREFIX_INFORMATION_FLAG_ON_LINK : 0;
1775 h.flags |= (pr_info->adv_autonomous_flag) ? ICMP6_NEIGHBOR_DISCOVERY_PREFIX_INFORMATION_AUTO : 0;
1777 if(radv_info->cease_radv && pr_info->deprecated_prefix_flag)
1779 h.valid_time = clib_host_to_net_u32(MIN_ADV_VALID_LIFETIME);
1780 h.preferred_time = 0;
1784 if(pr_info->decrement_lifetime_flag)
1786 pr_info->adv_valid_lifetime_in_secs = ((pr_info->valid_lifetime_expires > now)) ?
1787 (pr_info->valid_lifetime_expires - now) : 0;
1789 pr_info->adv_pref_lifetime_in_secs = ((pr_info->pref_lifetime_expires > now)) ?
1790 (pr_info->pref_lifetime_expires - now) : 0;
1793 h.valid_time = clib_host_to_net_u32(pr_info->adv_valid_lifetime_in_secs);
1794 h.preferred_time = clib_host_to_net_u32(pr_info->adv_pref_lifetime_in_secs) ;
1798 clib_memcpy(&h.dst_address, &pr_info->prefix, sizeof(ip6_address_t));
1800 payload_length += sizeof( icmp6_neighbor_discovery_prefix_information_option_t);
1802 if (vlib_buffer_add_data
1803 (vm, vlib_buffer_get_free_list_index (p0),
1806 sizeof(icmp6_neighbor_discovery_prefix_information_option_t)))
1808 error0 = ICMP6_ERROR_ALLOC_FAILURE;
1828 IP6_MULTICAST_SCOPE_link_local,
1829 IP6_MULTICAST_GROUP_ID_all_hosts);
1837 clib_host_to_net_u16 (payload_length);
1839 icmp6_router_advertisement_header_t *rh0 =
1840 (icmp6_router_advertisement_header_t *) (ip0 + 1);
1841 rh0->icmp.checksum =
1844 ASSERT (bogus_length == 0);
1850 if (is_solicitation)
1862 is_dropped ? next0 :
1870 if (adj_index0 == 0)
1871 error0 = ICMP6_ERROR_DST_LOOKUP_MISS;
1875 is_dropped ? next0 :
1881 p0->
flags |= VNET_BUFFER_F_LOCALLY_ORIGINATED;
1886 if ((error0 == ICMP6_ERROR_NONE) && !is_dropped)
1889 n_advertisements_sent++;
1896 p0->error = error_node->
errors[error0];
1898 if (error0 != ICMP6_ERROR_NONE)
1902 to_next, n_left_to_next,
1912 ICMP6_ERROR_ROUTER_ADVERTISEMENTS_TX,
1913 n_advertisements_sent);
1915 return frame->n_vectors;
1926 u32 *from, *to_next;
1927 u32 n_left_from, n_left_to_next, next_index;
1928 u32 n_advertisements_rcvd = 0;
1934 n_left_from = n_packets;
1942 while (n_left_from > 0)
1946 while (n_left_from > 0 && n_left_to_next > 0)
1951 icmp6_router_advertisement_header_t *h0;
1952 u32 bi0, options_len0, sw_if_index0, next0, error0;
1954 bi0 = to_next[0] = from[0];
1959 n_left_to_next -= 1;
1967 error0 = ICMP6_ERROR_NONE;
1972 ICMP6_ERROR_ROUTER_ADVERTISEMENT_SOURCE_NOT_LINK_LOCAL : error0;
1977 n_advertisements_rcvd++;
1979 if (error0 == ICMP6_ERROR_NONE)
1991 (!eth_if0) ? ICMP6_ERROR_ROUTER_SOLICITATION_UNSUPPORTED_INTF
1994 if (error0 == ICMP6_ERROR_NONE)
2011 ICMP6_ERROR_ROUTER_SOLICITATION_RADV_NOT_CONFIG :
2014 if (error0 == ICMP6_ERROR_NONE)
2023 r.
flags = h0->flags;
2025 clib_net_to_host_u16 (h0->router_lifetime_in_sec);
2027 clib_net_to_host_u32
2028 (h0->neighbor_reachable_time_in_msec);
2034 && (h0->current_hop_limit !=
2038 "our AdvCurHopLimit on %U doesn't agree with %U",
2050 "our AdvManagedFlag on %U doesn't agree with %U",
2062 "our AdvOtherConfigFlag on %U doesn't agree with %U",
2070 time_in_msec_between_retransmitted_neighbor_solicitations
2072 adv_time_in_msec_between_retransmitted_neighbor_solicitations)
2074 time_in_msec_between_retransmitted_neighbor_solicitations
2076 clib_host_to_net_u32 (radv_info->
2077 adv_time_in_msec_between_retransmitted_neighbor_solicitations)))
2080 "our AdvRetransTimer on %U doesn't agree with %U",
2087 if ((h0->neighbor_reachable_time_in_msec &&
2089 (h0->neighbor_reachable_time_in_msec !=
2090 clib_host_to_net_u32
2094 "our AdvReachableTime on %U doesn't agree with %U",
2102 u8 *opt_hdr = (
u8 *) (h0 + 1);
2103 while (options_len0 > 0)
2105 icmp6_neighbor_discovery_option_header_t *o0 =
2106 (icmp6_neighbor_discovery_option_header_t *)
2108 int opt_len = o0->n_data_u64s << 3;
2112 if (options_len0 < 2)
2115 "malformed RA packet on %U from %U",
2126 " zero length option in RA on %U from %U",
2133 else if (opt_len > options_len0)
2136 "option length in RA packet greater than total length on %U from %U",
2144 options_len0 -= opt_len;
2147 switch (option_type)
2149 case ICMP6_NEIGHBOR_DISCOVERY_OPTION_source_link_layer_address:
2151 icmp6_neighbor_discovery_ethernet_link_layer_address_option_t
2153 (icmp6_neighbor_discovery_ethernet_link_layer_address_option_t
2156 if (opt_len <
sizeof (*h))
2159 memcpy (r.
slla, h->ethernet_address, 6);
2163 case ICMP6_NEIGHBOR_DISCOVERY_OPTION_mtu:
2165 icmp6_neighbor_discovery_mtu_option_t *
h =
2166 (icmp6_neighbor_discovery_mtu_option_t
2169 if (opt_len <
sizeof (*h))
2172 r.
mtu = clib_net_to_host_u32 (h->mtu);
2176 clib_host_to_net_u32
2180 "our AdvLinkMTU on %U doesn't agree with %U",
2189 case ICMP6_NEIGHBOR_DISCOVERY_OPTION_prefix_information:
2191 icmp6_neighbor_discovery_prefix_information_option_t
2193 (icmp6_neighbor_discovery_prefix_information_option_t
2198 u32 preferred, valid;
2200 if (opt_len <
sizeof (*h))
2210 clib_net_to_host_u32 (h->preferred_time);
2211 valid = clib_net_to_host_u32 (h->valid_time);
2215 prefix->
flags = h->flags & 0xc0;
2217 h->dst_address_length;
2226 ip6_address_mask_from_width(&mask, pr_info->prefix_len);
2228 if(pr_info->enabled &&
2229 (pr_info->prefix_len == h->dst_address_length) &&
2230 ip6_address_is_equal_masked (&pr_info->prefix, &h->dst_address, &mask))
2233 if(!pr_info->decrement_lifetime_flag &&
2234 valid != pr_info->adv_valid_lifetime_in_secs)
2236 ip6_neighbor_syslog(vm, LOG_WARNING,
2237 "our ADV validlifetime on %U for %U does not agree with %U",
2238 format_vnet_sw_if_index_name, vnm, sw_if_index0,format_ip6_address, &pr_info->prefix,
2239 format_ip6_address, &h->dst_address);
2241 if(!pr_info->decrement_lifetime_flag &&
2242 preferred != pr_info->adv_pref_lifetime_in_secs)
2244 ip6_neighbor_syslog(vm, LOG_WARNING,
2245 "our ADV preferredlifetime on %U for %U does not agree with %U",
2246 format_vnet_sw_if_index_name, vnm, sw_if_index0,format_ip6_address, &pr_info->prefix,
2247 format_ip6_address, &h->dst_address);
2265 p0->error = error_node->
errors[error0];
2267 if (error0 != ICMP6_ERROR_NONE)
2271 to_next, n_left_to_next,
2280 ICMP6_ERROR_ROUTER_ADVERTISEMENTS_RX,
2281 n_advertisements_rcvd);
2283 return frame->n_vectors;
2289 static u32 seed = 0;
2290 static u8 seed_set = 0;
2296 return random_f64 (&seed) * (to - from) + from;
2316 icmp6_router_solicitation_header_t *rh;
2333 p0->
flags |= VNET_BUFFER_F_LOCALLY_ORIGINATED;
2343 rh->neighbor.icmp.type = ICMP6_router_solicitation;
2344 rh->neighbor.icmp.code = 0;
2345 rh->neighbor.icmp.checksum = 0;
2346 rh->neighbor.reserved_must_be_zero = 0;
2348 rh->link_layer_option.header.type =
2349 ICMP6_NEIGHBOR_DISCOVERY_OPTION_source_link_layer_address;
2351 rh->link_layer_option.ethernet_address))
2353 clib_warning (
"interface with sw_if_index %u has no mac address",
2358 rh->link_layer_option.header.n_data_u64s = 1;
2360 payload_length =
sizeof (rh->neighbor) +
sizeof (
u64);
2362 rh->ip.ip_version_traffic_class_and_flow_label =
2363 clib_host_to_net_u32 (0x6 << 28);
2364 rh->ip.payload_length = clib_host_to_net_u16 (payload_length);
2365 rh->ip.protocol = IP_PROTOCOL_ICMP6;
2366 rh->ip.hop_limit = 255;
2369 rh->ip.dst_address.
as_u64[0] = clib_host_to_net_u64 (0xff02ULL << 48);
2370 rh->ip.dst_address.as_u64[1] = clib_host_to_net_u64 (2);
2409 params = &radv_info->
params;
2411 if (radv_info->
due_time > current_time)
2430 if (params->
mrc != 0 && --radv_info->
n_left == 0)
2442 if (params->
mrd != 0
2458 uword *event_data = 0;
2459 f64 sleep_time = 1e9;
2473 due_time = current_time + 1e9;
2477 if (check_send_rs (vm, radv_info, current_time, &dt)
2484 while (due_time < current_time);
2486 sleep_time = due_time - current_time;
2496 .name =
"send-rs-process",
2509 ASSERT (~0 != sw_if_index);
2547 if (!mcast_group_info)
2557 mcast_group_info->
type = 4;
2578 if (mcast_group_info)
2643 mhash_unset (&a->address_to_prefix_index, &p->prefix, 0);
2647 mhash_unset (&a->address_to_mldp_index, &m->mcast_address, 0);
2724 IP6_MULTICAST_SCOPE_link_local,
2725 IP6_MULTICAST_GROUP_ID_all_hosts);
2727 IP6_MULTICAST_SCOPE_link_local,
2728 IP6_MULTICAST_GROUP_ID_all_routers);
2730 IP6_MULTICAST_SCOPE_link_local,
2731 IP6_MULTICAST_GROUP_ID_mldv2_routers);
2759 icmp6_multicast_listener_report_header_t *rh0;
2760 icmp6_multicast_listener_report_packet_t *rp0;
2790 b0->
current_length =
sizeof (icmp6_multicast_listener_report_packet_t);
2792 payload_length =
sizeof (icmp6_multicast_listener_report_header_t);
2794 b0->
error = ICMP6_ERROR_NONE;
2798 rh0 = (icmp6_multicast_listener_report_header_t *) & rp0->report_hdr;
2800 clib_memset (rp0, 0x0,
sizeof (icmp6_multicast_listener_report_packet_t));
2803 clib_host_to_net_u32 (0x6 << 28);
2805 ip0->
protocol = IP_PROTOCOL_IP6_HOP_BY_HOP_OPTIONS;
2810 rh0->icmp.type = ICMP6_multicast_listener_report_v2;
2818 IP6_MULTICAST_SCOPE_link_local,
2819 IP6_MULTICAST_GROUP_ID_mldv2_routers);
2823 int num_addr_records = 0;
2824 icmp6_multicast_address_record_t rr;
2827 rh0->ext_hdr.next_hdr = IP_PROTOCOL_ICMP6;
2828 rh0->ext_hdr.n_data_u64s = 0;
2832 rh0->alert.value = 0;
2837 rh0->icmp.checksum = 0;
2843 rr.aux_data_len_u32s = 0;
2844 rr.num_sources = clib_host_to_net_u16 (m->num_sources);
2845 clib_memcpy(&rr.mcast_addr, &m->mcast_address, sizeof(ip6_address_t));
2849 if(vlib_buffer_add_data
2850 (vm, vlib_buffer_get_free_list_index (b0), &bo0,
2851 (void *)&rr, sizeof(icmp6_multicast_address_record_t)))
2853 vlib_buffer_free (vm, &bo0, 1);
2857 payload_length +=
sizeof( icmp6_multicast_address_record_t);
2862 rh0->num_addr_records = clib_host_to_net_u16 (num_addr_records);
2865 ip0->payload_length = clib_host_to_net_u16 (payload_length);
2869 ASSERT (bogus_length == 0);
2879 b0->flags |= VNET_BUFFER_F_LOCALLY_ORIGINATED;
2896 .name =
"icmp6-router-solicitation",
2898 .vector_size =
sizeof (
u32),
2921 u32 n_this_frame = 0;
2922 u32 n_left_to_next = 0;
2925 icmp6_router_solicitation_header_t *h0;
2933 if( !vnet_sw_interface_is_admin_up (vnm, radv_info->sw_if_index))
2935 radv_info->initial_adverts_sent = radv_info->initial_adverts_count-1;
2936 radv_info->next_multicast_time = now;
2937 radv_info->last_multicast_time = now;
2938 radv_info->last_radv_time = 0;
2939 radv_info->all_routers_mcast = 0;
2947 ip6_neighbor_send_mldpv2_report(radv_info->sw_if_index);
2948 radv_info->all_routers_mcast = 1;
2957 f64 rfn = (radv_info->max_radv_interval - radv_info->min_radv_interval) *
2958 random_f64 (&radv_info->seed) + radv_info->min_radv_interval;
2961 if( radv_info->initial_adverts_sent > 0)
2963 radv_info->initial_adverts_sent--;
2964 if(rfn > radv_info-> initial_adverts_interval)
2965 rfn = radv_info-> initial_adverts_interval;
2968 if( radv_info->initial_adverts_sent == 0)
2969 if(radv_info->cease_radv)
2970 radv_info->send_radv = 0;
2985 b0->
current_length =
sizeof( icmp6_router_solicitation_header_t);
2986 b0->
error = ICMP6_ERROR_NONE;
2991 clib_memset (h0, 0,
sizeof (icmp6_router_solicitation_header_t));
2993 h0->ip.ip_version_traffic_class_and_flow_label = clib_host_to_net_u32 (0x6 << 28);
2994 h0->ip.payload_length = clib_host_to_net_u16 (
sizeof (icmp6_router_solicitation_header_t)
2996 h0->ip.protocol = IP_PROTOCOL_ICMP6;
2997 h0->ip.hop_limit = 255;
3000 h0->ip.src_address.as_u64[0] = 0;
3001 h0->ip.src_address.as_u64[1] = 0;
3003 h0->ip.dst_address.as_u64[0] = 0;
3004 h0->ip.dst_address.as_u64[1] = 0;
3006 h0->neighbor.icmp.type = ICMP6_router_solicitation;
3034 f->n_vectors = n_this_frame;
3078 _vec_len (event_data) = 0;
3088 .name =
"icmp6-router-advertisement",
3090 .vector_size =
sizeof (
u32),
3104 .name =
"ip6-icmp-neighbor-discovery-event-process",
3131 .name =
"icmp6-neighbor-solicitation",
3133 .vector_size =
sizeof (
u32),
3149 .name =
"icmp6-neighbor-advertisement",
3151 .vector_size =
sizeof (
u32),
3184 u32 *from, *to_next_drop;
3185 uword n_left_from, n_left_to_next_drop;
3199 while (n_left_from > 0)
3202 to_next_drop, n_left_to_next_drop);
3204 while (n_left_from > 0 && n_left_to_next_drop > 0)
3206 u32 pi0, adj_index0, sw_if_index0, drop0, r0, next0;
3231 sw_if_index0 = adj0->rewrite_header.sw_if_index;
3241 to_next_drop[0] = pi0;
3243 n_left_to_next_drop -= 1;
3279 icmp6_neighbor_solicitation_header_t *h0;
3299 &h0->ip.src_address))
3319 clib_memcpy (h0->link_layer_option.ethernet_address,
3323 h0->neighbor.icmp.checksum = 0;
3324 h0->neighbor.icmp.checksum =
3328 ASSERT (bogus_length == 0);
3337 b0->
flags |= VNET_BUFFER_F_LOCALLY_ORIGINATED;
3345 n_left_to_next_drop);
3368 =
"no source address for ND solicitation",
3375 .name =
"ip6-glean",
3376 .vector_size =
sizeof (
u32),
3390 .name =
"ip6-discover-neighbor",
3391 .vector_size =
sizeof (
u32),
3407 u8 suppress,
u8 managed,
u8 other,
3408 u8 ll_option,
u8 send_unicast,
u8 cease,
3409 u8 use_lifetime,
u32 lifetime,
3410 u32 initial_count,
u32 initial_interval,
3411 u32 max_interval,
u32 min_interval,
u8 is_no)
3421 error = (ri != ~0) ? 0 : VNET_API_ERROR_INVALID_SW_IF_INDEX;
3429 if ((max_interval != 0) && (min_interval == 0))
3430 min_interval = .75 * max_interval;
3450 if (lifetime <= max_interval)
3451 return VNET_API_ERROR_INVALID_VALUE;
3454 if (min_interval != 0)
3456 if ((min_interval > .75 * max_interval) || (min_interval < 3))
3457 return VNET_API_ERROR_INVALID_VALUE;
3462 return VNET_API_ERROR_INVALID_VALUE;
3469 (suppress != 0) ? ((is_no != 0) ? 1 : 0) : radv_info->
send_radv;
3478 (send_unicast != 0) ? ((is_no) ? 0 : 1) : radv_info->
send_unicast;
3480 (cease != 0) ? ((is_no) ? 0 : 1) : radv_info->
cease_radv;
3491 (initial_interval !=
3496 if ((cease != 0) && (is_no))
3510 u8 use_default,
u32 val_lifetime,
u32 pref_lifetime,
3511 u8 no_advertise,
u8 off_link,
u8 no_autoconfig,
3512 u8 no_onlink,
u8 is_no)
3525 error = (ri != ~0) ? 0 : VNET_API_ERROR_INVALID_SW_IF_INDEX;
3545 return VNET_API_ERROR_INVALID_VALUE;
3548 return VNET_API_ERROR_INVALID_VALUE_2;
3603 return VNET_API_ERROR_INVALID_VALUE_2;
3612 if ((val_lifetime == ~0) || (pref_lifetime == ~0))
3625 prefix->
enabled = !(no_advertise != 0);
3652 u8 suppress = 0, managed = 0, other = 0;
3653 u8 suppress_ll_option = 0, send_unicast = 0, cease = 0;
3654 u8 use_lifetime = 0;
3656 0, ra_initial_interval = 0;
3657 u32 ra_max_interval = 0, ra_min_interval = 0;
3662 int add_radv_info = 1;
3663 __attribute__ ((unused))
ip6_radv_t *radv_info = 0;
3724 else if (
unformat (line_input,
"prefix %U/%d",
3730 else if (
unformat (line_input,
"ra-managed-config-flag"))
3735 else if (
unformat (line_input,
"ra-other-config-flag"))
3740 else if (
unformat (line_input,
"ra-suppress") ||
3741 unformat (line_input,
"ra-surpress"))
3746 else if (
unformat (line_input,
"ra-suppress-link-layer") ||
3747 unformat (line_input,
"ra-surpress-link-layer"))
3749 suppress_ll_option = 1;
3752 else if (
unformat (line_input,
"ra-send-unicast"))
3757 else if (
unformat (line_input,
"ra-lifetime"))
3759 if (!
unformat (line_input,
"%d", &ra_lifetime))
3767 else if (
unformat (line_input,
"ra-initial"))
3770 (line_input,
"%d %d", &ra_initial_count, &ra_initial_interval))
3777 else if (
unformat (line_input,
"ra-interval"))
3779 if (!
unformat (line_input,
"%d", &ra_max_interval))
3785 if (!
unformat (line_input,
"%d", &ra_min_interval))
3786 ra_min_interval = 0;
3789 else if (
unformat (line_input,
"ra-cease"))
3804 suppress, managed, other,
3805 suppress_ll_option, send_unicast, cease,
3806 use_lifetime, ra_lifetime,
3807 ra_initial_count, ra_initial_interval,
3808 ra_max_interval, ra_min_interval, is_no);
3812 u32 valid_lifetime_in_secs = 0;
3813 u32 pref_lifetime_in_secs = 0;
3814 u8 use_prefix_default_values = 0;
3815 u8 no_advertise = 0;
3817 u8 no_autoconfig = 0;
3823 if (
unformat (line_input,
"default"))
3825 use_prefix_default_values = 1;
3828 else if (
unformat (line_input,
"infinite"))
3830 valid_lifetime_in_secs = ~0;
3831 pref_lifetime_in_secs = ~0;
3834 else if (
unformat (line_input,
"%d %d", &valid_lifetime_in_secs,
3835 &pref_lifetime_in_secs))
3843 while (!use_prefix_default_values &&
3846 if (
unformat (line_input,
"no-advertise"))
3848 else if (
unformat (line_input,
"off-link"))
3850 else if (
unformat (line_input,
"no-autoconfig"))
3852 else if (
unformat (line_input,
"no-onlink"))
3862 &ip6_addr, addr_len,
3863 use_prefix_default_values,
3864 valid_lifetime_in_secs,
3865 pref_lifetime_in_secs,
3867 off_link, no_autoconfig, no_onlink, is_no);
3882 for (i = 0; i <
vec_len (addrs); i++)
3927 u32 *link_scope = 0, *global_scope = 0;
3928 u32 *local_scope = 0, *unknown_scope = 0;
3935 while (ai != (
u32) ~ 0)
3990 vlib_cli_output (vm,
"\t\t%U\n", format_ip6_address,
4000 vlib_cli_output (vm,
"\t\tprefix %U, length %d\n",
4001 format_ip6_address, &p->prefix, p->prefix_len);
4014 "\tND advertised retransmit interval is %d (msec)\n",
4016 adv_time_in_msec_between_retransmitted_neighbor_solicitations);
4021 "\tND router advertisements are sent every %d seconds (min interval is %d)\n",
4022 ra_interval, ra_interval_min);
4024 "\tND router advertisements live for %d seconds\n",
4027 "\tHosts %s stateless autoconfig for addresses\n",
4086 .path =
"show ip6 interface",
4088 .short_help =
"show ip6 interface <interface>",
4186 (&link_local_address, eth_if0->
address);
4194 link_local_address.
as_u64[1] =
4197 link_local_address.
as_u64[0] =
4198 clib_host_to_net_u64 (0xFE80000000000000ULL);
4200 link_local_address.
as_u8[8] &= 0xfd;
4280 .path =
"enable ip6 interface",
4282 .short_help =
"enable ip6 interface <interface>",
4319 .path =
"disable ip6 interface",
4321 .short_help =
"disable ip6 interface <interface>",
4444 .short_help =
"ip6 nd <interface> ...",
4486 vnm->
api_errno = VNET_API_ERROR_IP6_NOT_ENABLED;
4502 u32 if_address_index,
u32 is_delete)
4580 u32 new_fib_index,
u32 old_fib_index)
4584 u32 i, *to_re_add = 0;
4589 if (n->key.sw_if_index == sw_if_index)
4590 vec_add1 (to_re_add, n - nm->neighbor_pool);
4594 for (i = 0; i <
vec_len (to_re_add); i++)
4657 (im->discover_neighbor_next_index_by_hw_if_index, 32, 0 );
4698 void *data_callback,
4711 while (p && *p != ~0)
4720 int found = p && *p != ~0;
4724 return VNET_API_ERROR_ENTRY_ALREADY_EXISTS;
4731 .node_index = node_index,
4732 .type_opaque = type_opaque,
4734 .data_callback = data_callback,
4749 return VNET_API_ERROR_NO_SUCH_ENTRY;
4752 void (*fp) (
u32,
u8 *) = data_callback;
4754 (*fp) (mc->
data, 0 );
4761 if (*p == ~0 && p == first)
4775 icmp6_neighbor_solicitation_or_advertisement_header_t *ndh;
4778 if (ndh->icmp.type != ICMP6_neighbor_solicitation &&
4779 ndh->icmp.type != ICMP6_neighbor_advertisement)
4783 (p0->
flags & VLIB_BUFFER_IS_TRACED)))
4799 if (ndh->icmp.type == ICMP6_neighbor_solicitation)
4801 icmp6_neighbor_discovery_ethernet_link_layer_address_option_t *opt;
4805 opt = (
void *) (ndh + 1);
4806 if ((opt->header.type !=
4807 ICMP6_NEIGHBOR_DISCOVERY_OPTION_source_link_layer_address) ||
4808 (opt->header.n_data_u64s != 1))
4823 ICMP6_NEIGHBOR_DISCOVERY_OPTION_target_link_layer_address;
4825 ndh->icmp.type = ICMP6_neighbor_advertisement;
4826 ndh->advertisement_flags = clib_host_to_net_u32
4829 ndh->icmp.checksum = 0;
4830 ndh->icmp.checksum =
4835 ICMP6_ERROR_NEIGHBOR_ADVERTISEMENTS_TX, 1);
4856 ip46_address_t nh = {
4862 if (~0 == fib_index)
4863 return VNET_API_ERROR_NO_SUCH_FIB;
4923 .path =
"set ip6 nd proxy",
4924 .short_help =
"set ip6 nd proxy <HOST> <INTERFACE>",
4939 if (n->key.sw_if_index == sw_if_index)
4941 adj_nbr_walk_nh6 (sw_if_index,
4942 &n->key.ip6_address,
4943 ip6_nd_mk_complete_walk, n);
4969 u8 *rewrite, rewrite_len;
4976 (
"Sending unsolicitated NA IP6 address %U on sw_if_idex %d",
4982 icmp6_neighbor_solicitation_header_t *
h =
4990 IP6_MULTICAST_SCOPE_link_local,
4991 IP6_MULTICAST_GROUP_ID_all_hosts);
4992 h->ip.src_address = ip6_addr[0];
4993 h->neighbor.icmp.type = ICMP6_neighbor_advertisement;
4994 h->neighbor.target_address = ip6_addr[0];
4995 h->neighbor.advertisement_flags = clib_host_to_net_u32
4997 h->link_layer_option.header.type =
4998 ICMP6_NEIGHBOR_DISCOVERY_OPTION_target_link_layer_address;
4999 clib_memcpy (h->link_layer_option.ethernet_address,
5001 h->neighbor.icmp.checksum =
5003 ASSERT (bogus_length == 0);
5008 IP6_MULTICAST_GROUP_ID_all_hosts);
5011 rewrite_len =
vec_len (rewrite);
#define ICMP6_NEIGHBOR_ADVERTISEMENT_FLAG_SOLICITED
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
ip6_radv_t * if_radv_pool
#define MIN_DELAY_BETWEEN_RAS
static void ip6_neighbor_adj_fib_add(ip6_neighbor_t *n, u32 fib_index)
#define vnet_rewrite_one_header(rw0, p0, most_likely_size)
#define DEF_DEF_RTR_LIFETIME
static void ip6_nd_mk_incomplete(adj_index_t ai)
#define pool_next_index(P, I)
Return next occupied pool index after i, useful for safe iteration.
fib_node_index_t fib_table_entry_path_add(u32 fib_index, const fib_prefix_t *prefix, fib_source_t source, fib_entry_flag_t flags, dpo_proto_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, fib_mpls_label_t *next_hop_labels, fib_route_path_flags_t path_flags)
Add one path to an entry (aka route) in the FIB.
#define VNET_REWRITE_FOR_SW_INTERFACE_ADDRESS_BROADCAST
icmp6_router_solicitation_or_advertisement_next_t
ip6_discover_neighbor_next_t
static void ip6_neighbor_syslog(vlib_main_t *vm, int priority, char *fmt,...)
#define ICMP6_ROUTER_DISCOVERY_FLAG_OTHER_CONFIG_VIA_DHCP
static uword random_default_seed(void)
Default random seed (unix/linux user-mode)
static void vlib_buffer_reset(vlib_buffer_t *b)
Reset current header & length to state they were in when packet was received.
static vlib_node_registration_t ip6_icmp_neighbor_solicitation_node
(constructor) VLIB_REGISTER_NODE (ip6_icmp_neighbor_solicitation_node)
static f64 vlib_process_wait_for_event_or_clock(vlib_main_t *vm, f64 dt)
Suspend a cooperative multi-tasking thread Waits for an event, or for the indicated number of seconds...
void send_ip6_na_w_addr(vlib_main_t *vm, const ip6_address_t *ip6_addr, u32 sw_if_index)
static void vlib_buffer_free(vlib_main_t *vm, u32 *buffers, u32 n_buffers)
Free buffers Frees the entire buffer chain for each buffer.
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)
An indication that the rewrite is incomplete, i.e.
uword ip6_ra_publisher_node
static void ip6_nbr_probe(ip_adjacency_t *adj)
clib_error_t * ip6_neighbor_set_link_local_address(vlib_main_t *vm, u32 sw_if_index, ip6_address_t *address)
static clib_error_t * ip6_neighbor_init(vlib_main_t *vm)
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.
An indication that the rewrite is complete, i.e.
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 char * log_level_strings[]
ip6_multicast_address_scope_t
static void stop_sending_rs(vlib_main_t *vm, ip6_radv_t *ra)
static void ip6_nd_mk_complete(adj_index_t ai, ip6_neighbor_t *nbr)
mhash_t neighbor_index_by_key
void icmp6_send_router_solicitation(vlib_main_t *vm, u32 sw_if_index, u8 stop, icmp6_send_router_solicitation_params_t *params)
static void ip6_neighbor_del_mld_prefix(ip6_radv_t *radv_info, ip6_address_t *addr)
Delete a multicast Address from the advertised MLD set.
static clib_error_t * set_ip6_nd_proxy_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static void vlib_error_count(vlib_main_t *vm, uword node_index, uword counter, uword increment)
static ip6_address_t * ip6_interface_address_matching_destination(ip6_main_t *im, ip6_address_t *dst, u32 sw_if_index, ip_interface_address_t **result_ia)
clib_error_t * call_ip6_neighbor_callbacks(void *data, _vnet_ip6_neighbor_function_list_elt_t *elt)
#define clib_memcpy_fast(a, b, c)
void send_ip6_na(vlib_main_t *vm, u32 sw_if_index)
vnet_link_t adj_get_link_type(adj_index_t ai)
Return the link type of the adjacency.
uword mhash_unset(mhash_t *h, void *key, uword *old_value)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
static f64 vlib_time_now(vlib_main_t *vm)
ip6_radv_prefix_t * adv_prefixes_pool
#define ethernet_buffer_header_size(b)
Determine the size of the Ethernet headers of the current frame in the buffer.
static void wc_nd_signal_report(wc_nd_report_t *r)
ip6_neighbor_t * ip6_neighbors_entries(u32 sw_if_index)
pending_resolution_t * pending_resolutions
static vlib_cli_command_t set_ip6_neighbor_command
(constructor) VLIB_CLI_COMMAND (set_ip6_neighbor_command)
static uword ip6_discover_neighbor_inline(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, int is_glean)
This packet is to be rewritten and forwarded to the next processing node.
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
ip6_address_t * ip6_interface_first_address(ip6_main_t *im, u32 sw_if_index)
get first IPv6 interface address
word vnet_sw_interface_compare(vnet_main_t *vnm, uword sw_if_index0, uword sw_if_index1)
static u64 clib_cpu_time_now(void)
#define IP6_NBR_MK_KEY(k, sw_if_index, addr)
int ip6_get_ll_address(u32 sw_if_index, ip6_address_t *addr)
int ip6_neighbor_proxy_add_del(u32 sw_if_index, ip6_address_t *addr, u8 is_del)
adj_index_t adj_glean_get(fib_protocol_t proto, u32 sw_if_index)
Get an existing glean.
#define STRUCT_OFFSET_OF(t, f)
u32 adv_pref_lifetime_in_secs
#define DEF_ADV_PREF_LIFETIME
static void set_unset_ip6_neighbor_rpc(vlib_main_t *vm, u32 sw_if_index, const ip6_address_t *a, const u8 *link_layer_address, int is_add, int is_static, int is_no_fib_entry)
static vnet_sw_interface_t * vnet_get_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
u32 ip6_neighbor_sw_interface_add_del(vnet_main_t *vnm, u32 sw_if_index, u32 is_add)
create and initialize router advertisement parameters with default values for this intfc ...
static u32 vnet_sw_interface_get_mtu(vnet_main_t *vnm, u32 sw_if_index, vnet_mtu_t af)
static uword ip6_address_is_local_unicast(const ip6_address_t *a)
unformat_function_t unformat_vnet_sw_interface
static u64 random_u64(u64 *seed)
64-bit random number generator Again, constants courtesy of Donald Knuth.
int vnet_add_del_ip6_nd_change_event(vnet_main_t *vnm, void *data_callback, u32 pid, void *address_arg, uword node_index, uword type_opaque, uword data, int is_add)
u32 adv_neighbor_reachable_time_in_msec
uword ip6_ra_publisher_et
vlib_error_t * errors
Vector of errors for this node.
#define pool_get(P, E)
Allocate an object E from a pool P (unspecified alignment).
format_function_t format_vnet_sw_if_index_name
static vlib_buffer_t * vlib_buffer_copy(vlib_main_t *vm, vlib_buffer_t *b)
clib_error_t * disable_ip6_interface(vlib_main_t *vm, u32 sw_if_index)
#define vec_reset_length(v)
Reset vector length to zero NULL-pointer tolerant.
vnet_link_t ia_link
link/ether-type 1 bytes
#define clib_memcpy(d, s, n)
vlib_node_registration_t ip6_rewrite_mcast_node
(constructor) VLIB_REGISTER_NODE (ip6_rewrite_mcast_node)
static uword ip6_neighbor_process_timer_event(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
Adjacency to punt this packet.
vlib_packet_template_t discover_neighbor_packet_template
ip6_neighbor_flags_t flags
static vlib_buffer_t * create_buffer_for_rs(vlib_main_t *vm, ip6_radv_t *radv_info)
void adj_glean_update_rewrite(adj_index_t adj_index)
adj_glean_update_rewrite
ethernet_main_t ethernet_main
fib_node_index_t ip6_fib_table_lookup_exact_match(u32 fib_index, const ip6_address_t *addr, u32 len)
static void ip6_print_addrs(vlib_main_t *vm, u32 *addrs)
static ip_adjacency_t * adj_get(adj_index_t adj_index)
Get a pointer to an adjacency object from its index.
static u64 ip6_address_hash_to_u64(const ip6_address_t *a)
ip6_neighbor_t * ip6_neighbors_pool(void)
union ip_adjacency_t_::@42 sub_type
#define static_always_inline
u8 * format_ethernet_address(u8 *s, va_list *args)
void * vlib_packet_template_get_packet(vlib_main_t *vm, vlib_packet_template_t *t, u32 *bi_result)
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
static int vnet_nd_wc_publish(u32 sw_if_index, u8 *mac, ip6_address_t *ip6)
publish wildcard arp event
#define VLIB_INIT_FUNCTION(x)
static uword ip6_glean(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static uword vlib_process_get_events(vlib_main_t *vm, uword **data_vector)
Return the first event type which has occurred and a vector of per-event data of that type...
u32 local_interface_sw_if_index
VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION(ip6_neighbor_sw_interface_up_down)
uword wc_ip6_nd_publisher_node
#define ICMP6_NEIGHBOR_ADVERTISEMENT_FLAG_OVERRIDE
enum adj_walk_rc_t_ adj_walk_rc_t
return codes from a adjacency walker callback function
static clib_error_t * disable_ip6_interface_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static u8 * format_ip6_neighbor_ip6_entry(u8 *s, va_list *va)
static uword ip6_icmp_neighbor_discovery_event_process(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static clib_error_t * show_ip6_neighbors(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
vnet_hw_interface_flags_t flags
#define DEF_ADV_VALID_LIFETIME
int vnet_set_ip6_ethernet_neighbor(vlib_main_t *vm, u32 sw_if_index, const ip6_address_t *a, const u8 *link_layer_address, uword n_bytes_link_layer_address, int is_static, int is_no_fib_entry)
mhash_t address_to_mldp_index
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
static vnet_sw_interface_t * vnet_get_sup_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
Aggregrate type for a prefix.
vlib_frame_t * vlib_get_frame_to_node(vlib_main_t *vm, u32 to_node_index)
#define clib_error_return(e, args...)
static u32 ip6_src_lookup_for_packet(ip6_main_t *im, vlib_buffer_t *b, ip6_header_t *i)
return the DPO that the LB stacks on.
void vl_api_rpc_call_main_thread(void *fp, u8 *data, u32 data_length)
void adj_unlock(adj_index_t adj_index)
Release a reference counting lock on the adjacency.
static void ip6_link_local_address_from_ethernet_address(ip6_address_t *a, const u8 *ethernet_address)
static clib_error_t * set_ip6_neighbor(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u32 * neighbor_input_next_index_by_hw_if_index
int vnet_ip6_nd_term(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_buffer_t *p0, ethernet_header_t *eth, ip6_header_t *ip, u32 sw_if_index, u16 bd_index)
u16 fp_len
The mask length.
const u8 * ethernet_ip6_mcast_dst_addr(void)
static void ra_signal_report(ra_report_t *r)
static f64 random_f64_from_to(f64 from, f64 to)
u32 ip6_fib_table_get_index_for_sw_if_index(u32 sw_if_index)
u32 time_in_msec_between_retransmitted_neighbor_solicitations
static u32 vlib_get_buffer_index(vlib_main_t *vm, void *p)
Translate buffer pointer into buffer index.
#define MAX_DELAY_BETWEEN_RAS
static heap_elt_t * first(heap_header_t *h)
throttle_t nd_throttle
ND throttling.
f64 max_delay_between_radv
u32 adv_time_in_msec_between_retransmitted_neighbor_solicitations
#define pool_flush(VAR, POOL, BODY)
Remove all elements from a pool in a safe way.
vnet_api_error_t api_errno
f64 pref_lifetime_expires
IPv6 ND (seen in the link-local tables)
format_function_t format_vnet_sw_interface_name
void adj_mcast_update_rewrite(adj_index_t adj_index, u8 *rewrite, u8 offset)
adj_mcast_update_rewrite
#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.
void vnet_register_ip6_neighbor_resolution_event(vnet_main_t *vnm, void *address_arg, uword node_index, uword type_opaque, uword data)
u16 current_length
Nbytes between current data and the end of this buffer.
static void vlib_process_signal_event(vlib_main_t *vm, uword node_index, uword type_opaque, uword data)
ip46_address_t fp_addr
The address type is not deriveable from the fp_addr member.
u32 neighbor_reachable_time_in_msec
static void ip6_neighbor_add_mld_grp(ip6_radv_t *a, ip6_multicast_address_scope_t scope, ip6_multicast_link_local_group_id_t group)
Add a multicast Address to the advertised MLD set.
static char * ip6_discover_neighbor_error_strings[]
static clib_error_t * enable_ip6_interface_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define DEF_MAX_RADV_INTERVAL
#define IP6_MLDP_ALERT_TYPE
void vlib_put_frame_to_node(vlib_main_t *vm, u32 to_node_index, vlib_frame_t *f)
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
#define VLIB_BUFFER_DEFAULT_FREE_LIST_INDEX
u32 limit_neighbor_cache_size
u32 ip6_ll_fib_get(u32 sw_if_index)
For use in the data plane.
#define pool_put(P, E)
Free an object E in pool P.
#define foreach_log_level
enum icmp6_neighbor_discovery_option_type icmp6_neighbor_discovery_option_type_t
static void * vlib_process_signal_event_data(vlib_main_t *vm, uword node_index, uword type_opaque, uword n_data_elts, uword n_data_elt_bytes)
ip6_table_bind_callback_t * table_bind_callbacks
Functions to call when interface to table biding changes.
int ip6_address_compare(ip6_address_t *a1, ip6_address_t *a2)
static u64 throttle_seed(throttle_t *t, u32 thread_index, f64 time_now)
This packet matches an "interface route" and packets need to be passed to ARP to find rewrite string ...
vnet_sw_interface_flags_t flags
ip6_discover_neighbor_error_t
u32 node_index
Node index.
mhash_t address_to_prefix_index
u16 router_lifetime_in_sec
#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.
static uword mhash_set(mhash_t *h, void *key, uword new_value, uword *old_value)
#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).
ra_report_prefix_info_t * prefixes
static uword ip6_discover_neighbor(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
ip6_add_del_interface_address_callback_t * add_del_interface_address_callbacks
void ra_set_publisher_node(uword node_index, uword event_type)
vlib_error_t error
Error code for buffers to be enqueued to error handler.
void ip6_link_local_address_from_ethernet_mac_address(ip6_address_t *ip, u8 *mac)
static void ip6_neighbor_add_mld_prefix(ip6_radv_t *radv_info, ip6_address_t *addr)
Add a multicast Address to the advertised MLD set.
vlib_node_registration_t ip6_icmp_input_node
(constructor) VLIB_REGISTER_NODE (ip6_icmp_input_node)
#define pool_free(p)
Free a pool.
ip6_mldp_group_t * mldp_group_pool
static_always_inline uword icmp6_neighbor_solicitation_or_advertisement(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, uword is_solicitation)
void wc_nd_set_publisher_node(uword node_index, uword event_type)
clib_error_t * enable_ip6_interface(vlib_main_t *vm, u32 sw_if_index)
void ip6_mfib_interface_enable_disable(u32 sw_if_index, int is_enable)
Add/remove the interface from the accepting list of the special MFIB entries.
icmp6_neighbor_solicitation_or_advertisement_next_t
static uword icmp6_neighbor_advertisement(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
This packet matches an "incomplete adjacency" and packets need to be passed to ARP to find rewrite st...
static int ip6_src_address_for_packet(ip_lookup_main_t *lm, u32 sw_if_index, const ip6_address_t *dst, ip6_address_t *src)
int fib_entry_is_sourced(fib_node_index_t fib_entry_index, fib_source_t source)
u32 n_solicitations_dropped
Adjacency to drop this packet.
#define VLIB_REGISTER_NODE(x,...)
static void vlib_buffer_copy_trace_flag(vlib_main_t *vm, vlib_buffer_t *b, u32 bi_target)
void mhash_init(mhash_t *h, uword n_value_bytes, uword n_key_bytes)
static u8 get_mac_address(u32 sw_if_index, u8 *address)
static_always_inline uword vlib_get_thread_index(void)
static ip6_address_t ip6a_zero
static int ra_publish(ra_report_t *r)
ip6_address_t mcast_address
static void ip6_neighbor_adj_fib_remove(ip6_neighbor_t *n, u32 fib_index)
#define vec_free(V)
Free vector's memory (no header).
Multicast Midchain Adjacency.
#define clib_warning(format, args...)
ip6_address_t * mcast_source_address_pool
static vlib_node_runtime_t * vlib_node_get_runtime(vlib_main_t *vm, u32 node_index)
Get node runtime by node index.
static void ip6_neighbor_table_bind(ip6_main_t *im, uword opaque, u32 sw_if_index, u32 new_fib_index, u32 old_fib_index)
#define DEF_CURR_HOP_LIMIT
int adv_link_layer_address
u32 fib_node_index_t
A typedef of a node index.
static vlib_cli_command_t show_ip6_neighbors_command
(constructor) VLIB_CLI_COMMAND (show_ip6_neighbors_command)
fib_node_index_t fib_entry_index
u32 adj_index_t
An index for adjacencies.
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.
#define ELOG_TYPE_DECLARE(f)
vlib_node_t * vlib_get_node_by_name(vlib_main_t *vm, u8 *name)
static bool check_send_rs(vlib_main_t *vm, ip6_radv_t *radv_info, f64 current_time, f64 *due_time)
static void * ip6_next_header(ip6_header_t *i)
ip6_address_t ilp_addr
the IP6 address
#define VLIB_CLI_COMMAND(x,...)
u32 initial_adverts_count
This packets follow a mid-chain adjacency.
u32 * if_address_pool_index_by_sw_if_index
Head of doubly linked list of interface addresses for each software interface.
u16 ip6_tcp_udp_icmp_compute_checksum(vlib_main_t *vm, vlib_buffer_t *p0, ip6_header_t *ip0, int *bogus_lengthp)
ip6_add_del_interface_address_function_t * function
f64 valid_lifetime_expires
#define MAX_INITIAL_RTR_ADVERTISEMENTS
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
ip6_address_t link_local_address
uword unformat_ethernet_address(unformat_input_t *input, va_list *args)
vlib_node_registration_t send_rs_process_node
(constructor) VLIB_REGISTER_NODE (send_rs_process_node)
u32 neighbor_delete_rotor
static uword * mhash_get(mhash_t *h, const void *key)
ip6_address_t ip6_address
ip_lookup_main_t lookup_main
u32 n_advertisements_sent
static void mhash_free(mhash_t *h)
static vlib_buffer_free_list_index_t vlib_buffer_get_free_list_index(vlib_buffer_t *b)
static clib_error_t * show_ip6_interface_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u32 vlib_register_node(vlib_main_t *vm, vlib_node_registration_t *r)
f64 min_delay_between_radv
uword wc_ip6_nd_publisher_et
#define DEF_MIN_RADV_INTERVAL
static_always_inline uword icmp6_router_solicitation(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static int ip6_neighbor_sort(void *a1, void *a2)
static uword send_rs_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f0)
u32 * if_radv_pool_index_by_sw_if_index
u16 adv_router_lifetime_in_sec
static f64 random_f64(u32 *seed)
Generate f64 random number in the interval [0,1].
static void vlib_buffer_advance(vlib_buffer_t *b, word l)
Advance current data pointer by the supplied (signed!) amount.
Aggregrate type for a prefix in the IPv6 Link-local table.
int deprecated_prefix_flag
ip6_multicast_link_local_group_id_t
static uword ip6_address_is_link_local_unicast(const ip6_address_t *a)
Route added as a result of interface configuration.
void fib_table_entry_path_remove(u32 fib_index, const fib_prefix_t *prefix, fib_source_t source, dpo_proto_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, fib_route_path_flags_t path_flags)
remove one path to an entry (aka route) in the FIB.
mhash_t pending_resolutions_by_address
static uword icmp6_neighbor_solicitation(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static adj_walk_rc_t ip6_nd_mk_incomplete_walk(adj_index_t ai, void *ctx)
static vlib_main_t * vlib_get_main(void)
static uword vnet_sw_interface_is_admin_up(vnet_main_t *vnm, u32 sw_if_index)
int vlib_buffer_add_data(vlib_main_t *vm, vlib_buffer_free_list_index_t free_list_index, u32 *buffer_index, void *data, u32 n_data_bytes)
static void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
icmp6_send_router_solicitation_params_t params
ip6_address_t ip6_neighbor_get_link_local_address(u32 sw_if_index)
static ip6_neighbor_t * force_reuse_neighbor_entry(void)
struct _vlib_node_registration vlib_node_registration_t
void ethernet_ndp_change_mac(u32 sw_if_index)
fib_entry_flag_t fib_entry_get_flags_for_source(fib_node_index_t fib_entry_index, fib_source_t source)
This packets needs to go to ICMP error.
This packet is for one of our own IP addresses.
static vlib_node_registration_t ip6_icmp_router_solicitation_node
(constructor) VLIB_REGISTER_NODE (ip6_icmp_router_solicitation_node)
void vlib_trace_frame_buffers_only(vlib_main_t *vm, vlib_node_runtime_t *node, u32 *buffers, uword n_buffers, uword next_buffer_stride, uword n_buffer_data_bytes_in_trace)
static void ip6_neighbor_send_mldpv2_report(u32 sw_if_index)
vlib_node_registration_t ip6_icmp_neighbor_discovery_event_node
static void * vlib_process_get_event_data(vlib_main_t *vm, uword *return_event_type_opaque)
static void ip6_neighbor_set_unset_rpc_callback(ip6_neighbor_set_unset_rpc_args_t *a)
static uword ip6_address_is_global_unicast(const ip6_address_t *a)
ethernet_interface_t * ethernet_get_interface(ethernet_main_t *em, u32 hw_if_index)
int vnet_unset_ip6_ethernet_neighbor(vlib_main_t *vm, u32 sw_if_index, const ip6_address_t *a)
static void ip6_set_solicited_node_multicast_address(ip6_address_t *a, u32 id)
#define FIB_NODE_INDEX_INVALID
u32 opaque2[12]
More opaque data, see ../vnet/vnet/buffer.h.
u32 elog_string(elog_main_t *em, char *fmt,...)
add a string to the event-log string table
void icmp6_register_type(vlib_main_t *vm, icmp6_type_t type, u32 node_index)
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
ip_lookup_next_t lookup_next_index
Next hop after ip4-lookup.
#define VLIB_BUFFER_TRACE_TRAJECTORY_INIT(b)
ip6_neighbor_public_main_t ip6_neighbor_public_main
format_function_t format_vlib_time
#define vec_sort_with_function(vec, f)
Sort a vector using the supplied element comparison function.
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)
static void ip6_neighbor_add_del_interface_address(ip6_main_t *im, uword opaque, u32 sw_if_index, ip6_address_t *address, u32 address_length, u32 if_address_index, u32 is_delete)
callback when an interface address is added or deleted
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
u32 ilp_sw_if_index
The interface.
ip6_table_bind_function_t * function
void ip6_ll_table_entry_delete(const ip6_ll_prefix_t *ilp)
Delete a IP6 link-local entry.
u8 * ethernet_build_rewrite(vnet_main_t *vnm, u32 sw_if_index, vnet_link_t link_type, const void *dst_address)
build a rewrite string to use for sending packets of type 'link_type' to 'dst_address' ...
l2_bridge_domain_t * bd_configs
#define ICMP6_ROUTER_DISCOVERY_FLAG_ADDRESS_CONFIG_VIA_DHCP
vlib_node_registration_t ip6_glean_node
(constructor) VLIB_REGISTER_NODE (ip6_glean_node)
int decrement_lifetime_flag
#define hash_get_mem(h, key)
struct clib_bihash_value offset
template key/value backing page structure
static uword ip6_address_is_unspecified(const ip6_address_t *a)
static vlib_node_registration_t ip6_icmp_neighbor_advertisement_node
(constructor) VLIB_REGISTER_NODE (ip6_icmp_neighbor_advertisement_node)
static void vlib_buffer_init_for_free_list(vlib_buffer_t *dst, vlib_buffer_free_list_t *fl)
static clib_error_t * ip6_neighbor_sw_interface_up_down(vnet_main_t *vnm, u32 sw_if_index, u32 flags)
f64 initial_adverts_interval
static u32 random_u32(u32 *seed)
32-bit random number generator
vnet_sw_interface_type_t type
adj_index_t mcast_adj_index
ip6_icmp_neighbor_discovery_event_type_t
adj_index_t adj_mcast_add_or_lock(fib_protocol_t proto, vnet_link_t link_type, u32 sw_if_index)
Mcast Adjacency.
vlib_node_registration_t ip6_discover_neighbor_node
(constructor) VLIB_REGISTER_NODE (ip6_discover_neighbor_node)
#define vec_foreach(var, vec)
Vector iterator.
void ip6_ethernet_update_adjacency(vnet_main_t *vnm, u32 sw_if_index, u32 ai)
void ip6_forward_next_trace(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, vlib_rx_or_tx_t which_adj_index)
u16 flags
Copy of main node flags.
u32 adv_valid_lifetime_in_secs
static void ip6_multicast_ethernet_address(u8 *ethernet_address, u32 group_id)
static vlib_buffer_free_list_t * vlib_buffer_get_free_list(vlib_main_t *vm, vlib_buffer_free_list_index_t free_list_index)
static void * ip_interface_address_get_address(ip_lookup_main_t *lm, ip_interface_address_t *a)
static ip6_neighbor_t * ip6_nd_find(u32 sw_if_index, const ip6_address_t *addr)
mhash_t mac_changes_by_address
static adj_walk_rc_t ip6_nd_mk_complete_walk(adj_index_t ai, void *ctx)
#define MAX_INITIAL_RTR_ADVERT_INTERVAL
#define VLIB_NODE_FLAG_TRACE
#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)
fib_node_index_t ip6_ll_table_entry_update(const ip6_ll_prefix_t *ilp, fib_route_path_flags_t flags)
Update an entry in the table.
u32 flags
buffer flags: VLIB_BUFFER_FREE_LIST_INDEX_MASK: bits used to store free list index, VLIB_BUFFER_IS_TRACED: trace this buffer.
static u32 vlib_buffer_alloc(vlib_main_t *vm, u32 *buffers, u32 n_buffers)
Allocate buffers into supplied array.
clib_error_t * ip6_neighbor_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
f64 max_rtr_default_lifetime
static vlib_node_registration_t ip6_icmp_router_advertisement_node
(constructor) VLIB_REGISTER_NODE (ip6_icmp_router_advertisement_node)
ip6_neighbor_t * neighbor_pool
void adj_nbr_update_rewrite(adj_index_t adj_index, adj_nbr_rewrite_flag_t flags, u8 *rewrite)
adj_nbr_update_rewrite
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
ip6_address_t dst_address
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
struct ip_adjacency_t_::@42::@43 nbr
IP_LOOKUP_NEXT_ARP/IP_LOOKUP_NEXT_REWRITE.
static_always_inline uword icmp6_router_advertisement(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
void ip6_sw_interface_enable_disable(u32 sw_if_index, u32 is_enable)
#define MAX_DEF_RTR_LIFETIME
static ip6_neighbor_main_t ip6_neighbor_main
pending_resolution_t * mac_changes
int ip6_interface_enabled(vlib_main_t *vm, u32 sw_if_index)
static void ip6_set_reserved_multicast_address(ip6_address_t *a, ip6_multicast_address_scope_t scope, u16 id)
u32 next_this_sw_interface
clib_error_t * ip6_set_neighbor_limit(u32 neighbor_limit)
format_function_t format_icmp6_input_trace
static int throttle_check(throttle_t *t, u32 thread_index, u64 hash, u64 seed)
u8 * format_ip6_forward_next_trace(u8 *s, va_list *args)
void adj_nbr_walk_nh6(u32 sw_if_index, const ip6_address_t *addr, adj_walk_cb_t cb, void *ctx)
Walk adjacencies on a link with a given v6 next-hop.
static uword pool_elts(void *v)
Number of active elements in a pool.