Comment 3 for bug 1516815

Revision history for this message
Mike Pontillo (mpontillo) wrote :

Looking at the 2nd query, I think I see what the issue might be.

When deciding what to put in DNS, the algorithm first prefers STICKY and USER_RESERVED IP addresses before checking the interface type.

We can change the query to first consider interface type, *then* consider IP address type, if that's the requirement. Let me know.