Seems this lines of code are responsible:

src/dns/nm-dns-systemd-resolved.c:

static void
add_domain (GVariantBuilder *domains,
            const char *domain,
            gboolean never_default)
{
        /* If this link is never the default (e.g. only used for resources on 
this
         * network) add a routing domain. */
        g_variant_builder_add (domains, "(sb)", domain, never_default);
}


So someone actually wanted this behavious. The question is "why"? I definitly 
want to use my VPN only for resources on that network and yes I want to resolve 
the internal names of this network using a search domain.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1684854

Title:
  The default behaviour for search domains changed from 16.10 to 17.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1684854/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to