]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd-test: use a complete domain name in test_route_only_dns()
authorMartin Pitt <martin@piware.de>
Thu, 21 Feb 2019 11:26:44 +0000 (12:26 +0100)
committerMartin Pitt <martin@piware.de>
Thu, 21 Feb 2019 11:37:08 +0000 (12:37 +0100)
commitca56805c8de43fc21ab4657cf5ebd1e0248527ac
tree8e41723bc7aa55409f67e1c834748dd000144a61
parent6592c9c850675fb20236271efc4f65acbe3bfa00
networkd-test: use a complete domain name in test_route_only_dns()

Since version 241 (commit ea4678?), querying MX type records for
single-label domains does not actually forward the query to the DNS
server any more. Use "example.com" instead, which is the recommended
test domain anyway.
test/networkd-test.py