Skip to content

Is wildcard_dec in processWithSlash function wrong when IP is valid IPv6? #9

@Wjj954628981

Description

@Wjj954628981

$wildcard_dec = pow(2, (32 - $netmask)) - 1;
Is 32 should be 128?
And how large number calculate with '&' ?
Thank you.

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