Open Yanpas opened 2 years ago
You should replace call from rsslGetHostByName
to getifaddrs
:
https://man7.org/linux/man-pages/man3/getifaddrs.3.html
@Yanpas Thank you for bringing up this issue, we will look into it.
@Yanpas, Thank you for your report. In the current implementation, the parameter 'InterfaceName' takes only the IP address or hostname of the local network (you can find a detailed description in EMACPP_ConfigGuide.pdf). We are inclined to count your report as an enhancement request. This functionality will be improved in our further versions. Thank you.
Thanks! We've a lot of servers and configuring IP everywhere is tedious, if we could place bond4
everywhere things were more simple and straightforward.
I set InterfaceNme to eth0, which causes error. Library uses gethostbyname but it must get the interface address through ioctl.