
< 		memcpy(nexthop_mac, neigh->ha, ETH_ALEN);
---
> 		memcpy(nexthop_mac, neigh->ha ? neigh->ha : (unsigned char[ETH_ALEN]){0}, ETH_ALEN);
