Comment 7 for bug 1636375

Revision history for this message
Michał Sawicz (saviq) wrote :

Same issue here, my dhcp sends "bar.name" and "name" as search domains, systemd-resolve --status reports them correctly:

Link 1 (enxxxxxxxxxxxx)
      Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6
       LLMNR setting: yes
MulticastDNS setting: no
      DNSSEC setting: allow-downgrade
    DNSSEC supported: no
         DNS Servers: 10.1.0.1
          DNS Domain: bar.name
                      name

But:

 ping foo
PING foo.bar.name (10.1.0.2) 56(84) bytes of data.
[...]

 ping foo.bar
ping: foo.bar: Name or service not known

 ping foo.bar.name
PING foo.bar.name (10.1.0.2) 56(84) bytes of data.
[...]