Skip to content

IPv6 isMulticast method is not complete #145

@CapnCrunchsna

Description

@CapnCrunchsna

The IPv6 isMulticast() is only checking that the IP's type is 'Multicast' (see here). The available types include numerous other multicast types with descriptions that look to be straight from the spec.

The isMulticast() method should include checks for all of the multicast types, or do a .includes(...) check instead of === for the 'Multicast' string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions