beaugunderson/ip-address

Any plans to support isMulticast() for IPv4?

atalis opened this issue · 3 comments

It would be great to have isMulticast() check for IPv4.

@atalis this looks very straightforward to implement, did you want true/false or do you also want which type of multicast address it is like the first table here?

I think true/false would be sufficient, similar to the one for IPv6.

@atalis I've added this in 6.1.0; thanks for the suggestion ✨