tklauser / llmnrd

Link-Local Multicast Resolution (LLMNR) Daemon for Linux
GNU General Public License v2.0
45 stars 20 forks source link

Empty AAAA response when ipv6 is not enabled #10

Closed SviMik closed 8 years ago

SviMik commented 8 years ago

Just caught a packet that doesn't look right. I guess it should ignore AAAA requests if ipv6 is not enabled. And it shouldn't send response when it has no IP address of given type :)

llmnrd_empty_response

tklauser commented 8 years ago

Thanks for the report! Will commit a fix shortly...