Skip to content

"port X" can be specified without "protocol" #18

@fukawi2

Description

@fukawi2

The following is accepting by husk as valid, however rejected by netfilter due to "protocol" missing (port is only valid with protocol TCP or UDP)

accept destination address foobar.example.com port 123

Should be one of:

accept destination address foobar.example.com protocol tcp port 123
accept destination address foobar.example.com protocol udp port 123

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions