Is your feature request related to a problem? Please describe.
- the flag
--direction seems to be a mandatory field. However, it is not displayed as "required"
- the flags
--direction, --ethertype and --protocol assumes certain values, which are not described in the help message
Describe the solution you'd like
- to mark
--direction as a required field
- to explicit the possible values for the listed fields:
--direction (ingress or egress), --ethertype (IPv4 or IPv6) and --protocol (icmp, icmpv6, tcp or udp)
Additional context
Currently the user discover:
- that
--direction is mandatory
- the possible values of the listed fields
only through error messages.