networkmanager: enable the use of 'dnsmasq' server
This is needed in the context of network failover, so when one physical interface is lost, you can still resolve the connectivity-check URL using the local DNS cache. https://jira.digi.com/browse/DEL-4787 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
9aa7c620aa
commit
84b38d75b1
|
|
@ -1,6 +1,7 @@
|
||||||
[main]
|
[main]
|
||||||
plugins=ifupdown,keyfile
|
plugins=ifupdown,keyfile
|
||||||
no-auto-default=type:ethernet
|
no-auto-default=type:ethernet
|
||||||
|
dns=dnsmasq
|
||||||
rc-manager=file
|
rc-manager=file
|
||||||
|
|
||||||
[ifupdown]
|
[ifupdown]
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ EXTRA_OECONF += "--enable-polkit=disabled"
|
||||||
PACKAGECONFIG_remove = "consolekit"
|
PACKAGECONFIG_remove = "consolekit"
|
||||||
|
|
||||||
# Adjust other compile time options to save space
|
# Adjust other compile time options to save space
|
||||||
PACKAGECONFIG_remove = "dnsmasq netconfig nss"
|
PACKAGECONFIG_remove = "netconfig nss"
|
||||||
PACKAGECONFIG_append = " concheck gnutls modemmanager ppp"
|
PACKAGECONFIG_append = " concheck gnutls modemmanager ppp"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue