Subject: Re: [vpp-dev] Error while binding the socket with vpp interface.
Hi Vpp Developers,
Following are the few observation about the issue
1. setsockopt() APi is returning error 'eaddrnotavail' .
2. If we don't assign the ip address to interface then we are not getting
above er
Hi Vpp Developers,
Following are the few observation about the issue
1. setsockopt() APi is returning error 'eaddrnotavail' .
2. If we don't assign the ip address to interface then we are not getting
above error.But in this
case it is not considering this interface for igmp functionality.
Hello Members,
I am getting error while Binding the socket to vpp interface.
it gets bind perfectly with Linux interface ,but when i pass the vpp interface
it gives the error.
We also tried to debug the issue with the code given at
/vnet/map/examples/health_check.c.
But still it giving the