Skip to content

We should check for interface netmask and not use the hardcoded value of 255.255.255.0 #1027

@patrickelectric

Description

@patrickelectric

const bool sameSubnet = (address.toIPv4Address() & 0xffffff00) == (testAddress.toIPv4Address() & 0xffffff00);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions