lwIP - A Lightweight TCP/IP stack - Tasks: task #14129, DNS: implement domain search list...
You are not allowed to post comments on this tracker with your current authentication level.
task #14129: DNS: implement domain search list (e.g. filled via DHCP)
Submitter: | Simon Goldschmidt <goldsimon> | ||
Submitted: | Tue 23 Aug 2016 07:49:58 AM UTC | ||
Category: | None | Should Start On: | Tue 23 Aug 2016 12:00:00 AM UTC |
Should be Finished on: | Tue 23 Aug 2016 12:00:00 AM UTC | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
Effort: | 0.00 |
Wed 14 Nov 2018 07:47:32 PM UTC, comment #4: |
Simon Goldschmidt <goldsimon>![]() |
Wed 14 Nov 2018 01:41:58 AM UTC, comment #3: A single domain can be obtained from DHCP option 15.
|
Craig McQueen <cmcqueen1975> |
Wed 14 Nov 2018 12:25:40 AM UTC, comment #2: I have not seen PC systems (Windows or Linux) in which ".local" is a DNS search domain. So ".local" must be explicitly in the hostname in order to do an mDNS lookup.
|
Craig McQueen <cmcqueen1975> |
Wed 07 Dec 2016 11:19:42 AM UTC, comment #1: Important when used with mDNS: ".local" shall not be added to domains (not ending with ".") with 2 or more parts to prevent "stealing" identity when the normal DNS server does not reply. |
Simon Goldschmidt <goldsimon>![]() |
Tue 23 Aug 2016 07:49:58 AM UTC, original submission:
|
Simon Goldschmidt <goldsimon>![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Re comment #2:
I know. Comment #1 was meant as a reminder that we need to filter out '.local' from the DNS search list, even if someone sets it (e.g. via DHCP).
Re comment #3:
Yes, do you want to provide a patch?