Any plans to support isMulticast() for IPv4?
atalis opened this issue · 3 comments
atalis commented
It would be great to have isMulticast() check for IPv4.
beaugunderson commented
@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?
atalis commented
I think true/false would be sufficient, similar to the one for IPv6.
beaugunderson commented
@atalis I've added this in 6.1.0; thanks for the suggestion ✨