Skip to content

Prettyping -6 calls ping6 but newer distributions uses ping -6 and have no ping6 binary #28

@kuon

Description

@kuon

Currently, prettyping -6 calls ping6 binary, but current ping supports a -6 flag directly. On archlinux there is no ping6 binary anymore so prettyping -6 fails.

I think the best fix would be to check if ping6 exists, and if not, call ping -6 instead.

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