commit | 0453a1dd4533530b444255b0cdb96cd6b95aec67 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Wed Sep 09 00:51:08 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 10 15:42:55 2015 +0200 |
tree | 4a710036e0d71eb51d6ab12f33eacd52575f9cda | |
parent | 96972bcd36a718954d7664484f17fb564534d617 [diff] |
MINOR: dns: new flag to report that no IP can be found in a DNS response packet Some DNS response may be valid from a protocol point of view but may not contain any IP addresses. This patch gives a new flag to the function dns_get_ip_from_response to report such case. It's up to the upper layer to decide what to do with this information.