[Bug 13441] New: nslookup does not append items in search
bugzilla at busybox.net
bugzilla at busybox.net
Mon Jan 11 03:37:10 UTC 2021
https://bugs.busybox.net/show_bug.cgi?id=13441
Bug ID: 13441
Summary: nslookup does not append items in search
Product: Busybox
Version: 1.32.x
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Networking
Assignee: unassigned at busybox.net
Reporter: zhiguo.lee at foxmail.com
CC: busybox-cvs at busybox.net
Target Milestone: ---
1. Create a pod with busybox:1.32.0-musl
2. Enter the pod , and do nslookup commond ,such as nslookup google.com
3. Coredns' log shows only google.com. is send.
4 .Run commond nslookup google
5. Coredns' log shows each search item is appended.
Also busybox:1.32.0-glic follows the same process.
The /etc/resolv.conf in pod as bellow:
nameserver 172.16.253.163
search default.svc.cluster.local svc.cluster.local cluster.local
options ndots:5
According the definations for search and ndots in /etc/resolv.conf , the
nslookup should append each item before do the last reqeust nslookup
google.com.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list