Skip to content

Commit

Permalink
aoscx: fix DOCUMENTATION
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Apr 19, 2023
1 parent 5a9f03a commit 018ec63
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions plugins/modules/aoscx_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,22 @@
src_l4_port_max:
type: int
required: false
description: Maximum L4 port to match on the packet. Use only if
`src_l4_port` is not specified.
description: >
Maximum L4 port to match on the packet. Use only if
`src_l4_port` is not specified.
src_l4_port_min:
type: int
required: false
description: Minimum L4 port to match on the packet. Use only if
`src_l4_port` is not specified.
description: >
Minimum L4 port to match on the packet. Use only if
`src_l4_port` is not specified.
src_l4_port:
type: str
required: false
description: Range of L4 ports or L4 source port to match on the
packet. Use only if `src_l4_port_min` and `src_l4_port_max` are not
specified.
description: >
Range of L4 ports or L4 source port to match on the
packet. Use only if `src_l4_port_min` and `src_l4_port_max` are not
specified.
dst_l4_port_group:
type: str
required: false
Expand Down

0 comments on commit 018ec63

Please sign in to comment.