commit | c25b04bfd39daf4133538761306fcaf2914a6d12 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabio.baltieri@gmail.com> | Sat Jul 24 12:39:18 2021 +0100 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Jul 26 10:46:50 2021 -0400 |
tree | dfba2cb8d1503c6cd4ff87fe3b16ed65709fd1ee | |
parent | 1d500f075cb8e75d0eb71a051980b1ac6901fab9 [diff] |
net: mdns: set the correct type of dst addr Check for the address family of the packet when setting the multicast destination address used in the response. Current code checks either the query type or the stack configuration, which can result in setting the wrong type of address for the frame. Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>