Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aoscx: fix DOCUMENTATION
Browse files Browse the repository at this point in the history
alagoutte committed Apr 19, 2023
1 parent 5a9f03a commit cfc4b11
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions plugins/modules/aoscx_acl.py
Original file line number Diff line number Diff line change
@@ -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
@@ -151,9 +154,10 @@
dst_l4_port:
type: str
required: false
description: Range of L4 ports or L4 destination port to match on the
packet. Use only if `dst_l4_port_min` and `dst_l4_port_max` are not
specified.
description: >
Range of L4 ports or L4 destination port to match on the
packet. Use only if `dst_l4_port_min` and `dst_l4_port_max` are not
specified.
src_ip_group:
type: str
required: false

0 comments on commit cfc4b11

Please sign in to comment.