On Mon, Jul 10, 2017 at 3:44 PM, Corey Hickey <bugfood-ml at fatooh.org> wrote: > The linked list implementation results in routes being queued in > reverse of the order in which they were received. So, when dequeuing > them, write to the buffer backwards. Unfortunately it is not clear to me which parameter you would like to reorder: search domains (from the GitHub bug), split DNS (from the patch), or included routes (from the subject line)? Search domains are sensitive to ordering, so that makes the most sense to me. AIUI routing should use the longest prefix match + metric; and split DNS should not be sensitive to ordering since it is a whitelist.