From the logs in this discussion, it seems that we are not apply interface selections for IP address when registering a service using addr_auto. The interface selection was only applied for interface monitoring & polling.
This patch is to fix that. To test it, I added a new option --disable-ipv6 to the sample program register.
From the logs in this discussion, it seems that we are not apply interface selections for IP address when registering a service using addr_auto. The interface selection was only applied for interface monitoring & polling.
This patch is to fix that. To test it, I added a new option
--disable-ipv6
to the sample programregister
.