Skip to content

Invalid input syntax for type inet #63

@wawilation

Description

@wawilation

In the gather_report.sql file, this error happens: psql:gather_report.sql:275: ERROR: invalid input syntax for type inet: "/"

It happens on the tblhba WITH code block, at this point: (addr||'/'||cidr_mask)::inet network_block

My workaround was: set_masklen(addr::inet, masklen(mask::inet)) AS network_block

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