Skip to content

SSDP responds with IPv6 addresses on IPv4 requests #341

@stuarta

Description

@stuarta

SSDP has different multicast listen addresses for IPv4 and IPv6

  • 239.255.255.250:1900 (IPv4)
  • [FF02::C]:1900 - (IPv6 - link local)
  • [FF05::C]:1900 - (IPv6 - site local)

Currently we receive an SSDP Discovery request, we respond with the IPv6 addresses on the IPv4 multicast. We should only send IPv4 endpoints in response to requests via IPv4, and IPv6 endpoints in response to requests via IPv6

  • Fix responses received on IPv4 multicast
  • Add support for IPv6 multicast

Metadata

Metadata

Assignees

Type

No type

Projects

Status

In progress

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions