[2.10] iptables: Add a note about ipv6-icmp (#71010)
ipv6-icmp and icmpv6 are valid protocols and adding note about
it in protocol parameter.
Fixes: #70905
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit e139739ab3
)
This commit is contained in:
parent
714cd2ad2e
commit
a253c93fd1
2 changed files with 4 additions and 2 deletions
2
changelogs/fragments/70905_iptables_ipv6.yml
Normal file
2
changelogs/fragments/70905_iptables_ipv6.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- iptables - add a note about ipv6-icmp in protocol parameter (https://github.com/ansible/ansible/issues/70905).
|
|
@ -72,8 +72,8 @@ options:
|
|||
protocol:
|
||||
description:
|
||||
- The protocol of the rule or of the packet to check.
|
||||
- The specified protocol can be one of C(tcp), C(udp), C(udplite), C(icmp), C(esp),
|
||||
C(ah), C(sctp) or the special keyword C(all), or it can be a numeric value,
|
||||
- The specified protocol can be one of C(tcp), C(udp), C(udplite), C(icmp), C(ipv6-icmp) or C(icmpv6),
|
||||
C(esp), C(ah), C(sctp) or the special keyword C(all), or it can be a numeric value,
|
||||
representing one of these protocols or a different one.
|
||||
- A protocol name from I(/etc/protocols) is also allowed.
|
||||
- A C(!) argument before the protocol inverts the test.
|
||||
|
|
Loading…
Reference in a new issue