Skip to content

Commit

Permalink
win_firewall_rule.py: add reference to IPv6 types and codes (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnush0lm authored Mar 2, 2025
1 parent 40d9bf4 commit a525533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/win_firewall_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
- Set the value to just C(*) to apply the rule for all ICMP type codes.
- See U(https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml)
for a list of ICMP types and the codes that apply to them.
- ICMP types and codes for IPV6 can be found at U(https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml).
type: list
elements: str
notes:
Expand Down

0 comments on commit a525533

Please sign in to comment.