I need to add this before binding the socket ``` setsockopt(sd, SOL_SOCKET, SO_BINDTODEVICE, vrf_name, strlen(vrf_name)+1); ```