75 lines
1.8 KiB
Plaintext
75 lines
1.8 KiB
Plaintext
DNS Client Application
|
|
======================
|
|
|
|
Requirements
|
|
============
|
|
|
|
See README.IPv4/Requirements
|
|
|
|
|
|
Usage
|
|
=====
|
|
|
|
See README.IPv4/Usage and the following link to set test IPv6 with ping:
|
|
|
|
https://gerrit.zephyrproject.org/r/gitweb?p=net-tools.git;a=blob;f=README
|
|
|
|
If you do not have access to a DNS server over IPv6 you can update the
|
|
/etc/hosts providing 'fake' IPv6 addresses for the domain names used in
|
|
this sample app.
|
|
|
|
|
|
Sample Output (CONFIG_NET_IPV6=y, CONFIG_NET_IPV4=y)
|
|
====================================================
|
|
|
|
To exit from QEMU enter: 'CTRL+a, x'
|
|
[QEMU] CPU: qemu32
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: not_a_real_domain_name
|
|
[dns_resolve:97]
|
|
rc: -22
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: zephyrproject.org
|
|
[run_dns:151] ff02::3
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: www.zephyrproject.org
|
|
[run_dns:151] ff02::4
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: gerrit.zephyrproject.org
|
|
[run_dns:151] ff02::5
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: jira.zephyrproject.org
|
|
[run_dns:151] ff02::6
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: jenkins.zephyrproject.org
|
|
[run_dns:151] ff02::7
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: linuxfoundation.org
|
|
[run_dns:151] ff02::8
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: www.linuxfoundation.org
|
|
[run_dns:151] ff02::9
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: collabprojects.linuxfoundation.org
|
|
[run_dns:151] ff02::a
|
|
|
|
-------------------------------------------
|
|
[run_dns:127] name: events.linuxfoundation.org
|
|
QEMU: Terminated
|
|
|
|
Note: addresses obtained via dnsmasq and /etc/hosts :)
|
|
|
|
Known Issues
|
|
============
|
|
|
|
See README_IPv4/Known Issues
|