interface-ip: DNS name server sorting support in resolv.conf.auto
authorHans Dedecker <dedeckeh@gmail.com>
Tue, 13 Sep 2016 12:33:39 +0000 (14:33 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 14 Sep 2016 11:01:29 +0000 (13:01 +0200)
commit7f6be657e2dabc185417520de4d0d0de2580c27d
tree69952ac03877a4f0a2ac7ae90481b725a6a0cb2f
parent83d3a901d3178a8840092b6e4f7f829b89da4ba0
interface-ip: DNS name server sorting support in resolv.conf.auto

Interface name servers when being written to resolv.conf.auto are sorted
based on the following parameters:
-Primary sorting key is interface dns_metric; name servers having lowest
interface dns_metric are listed first
-Secondary sorting key is interface metric; in case of equal interface
dns_metric name servers having lowest interface metric are listed first
-Finally alphabetical order of the interface names in case of equal
interface dns_metric and metric

In case the resolver queries the multiple servers in the order
listed; sorting is usefull in the following scenarios :
-Name resolving over a main and backup interface
-Assign priority to IPv6 name servers over IPv4 or vice versa

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
interface-ip.c
interface.c
interface.h
ubus.c