about summary refs log tree commit diff
path: root/src/core/ppp
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-03-08 14:36:58 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-03-08 14:36:58 -0500
commit53010f05df012183a1f9d9e7ca684b5fe722563d (patch)
treee1e0cc839b8517d9392787d79bf4265a5e6f9b33 /src/core/ppp
parent9a04f21da9a5ab80d69c0d2832360d82c471916c (diff)
parent0514770b02f34ccb56b6bc52010452663c6717ed (diff)
Merge tag 'debian/1.36.2-1' into ubuntu/master
network-manager Debian release 1.36.2-1
Diffstat (limited to 'src/core/ppp')
-rw-r--r--src/core/ppp/nm-ppp-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ppp/nm-ppp-manager.c b/src/core/ppp/nm-ppp-manager.c
index dd6b1bc7..5761d59d 100644
--- a/src/core/ppp/nm-ppp-manager.c
+++ b/src/core/ppp/nm-ppp-manager.c
@@ -545,6 +545,7 @@ impl_ppp_manager_set_ip4_config(NMDBusObject                      *obj,
                                  NM_IP_CONFIG_SOURCE_PPP);
 
     nm_l3_config_data_set_mtu(l3cd, mtu);
+    nm_l3_config_data_set_dns_priority(l3cd, AF_INET, 0);
 
     address = (NMPlatformIP4Address){
         .plen = 32,