Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When edpm nodes use the dnsmasq we deploy in OCP they will not be able to get large DNS responses. DNS messages are restricted to 512 octets, and tools such as dig will try detect that the response has been truncated and then use TCP mode instead. We can see this happen if we run inside the edpm node the following: ``` $ dig cisco.com TXT ;; Truncated, retrying in TCP mode. ``` With this patch we make the dns OCP service expose the TCP port so the alternative TCP mechanism can be used.
- Loading branch information