struct in_addr in)
{
u_int32_t addr_type = htonl(0xFFFF);
+
memset(in6, 0, sizeof(struct in6_addr));
memcpy((char *)in6 + 8, &addr_type, sizeof(addr_type));
memcpy((char *)in6 + 12, &in, sizeof(struct in_addr));
re->vrf_id);
/* if this an EVPN route entry,
- program the nh as neigh
+ * program the nh as neigh
*/
if (CHECK_FLAG(api.flags,
ZEBRA_FLAG_EVPN_ROUTE)) {
re->vrf_id);
/* if this an EVPN route entry,
- program the nh as neigh
+ * program the nh as neigh
*/
if (CHECK_FLAG(api.flags,
ZEBRA_FLAG_EVPN_ROUTE)) {