Skip to content

Commit

Permalink
doc: update masquerading.rst to reflect new support for icmp
Browse files Browse the repository at this point in the history
This is to reflect the new support of ICMP DestUnreach need-to-frag.

Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
  • Loading branch information
sahid committed Mar 24, 2023
1 parent d48d503 commit 99e03ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Documentation/network/concepts/masquerading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ The eBPF-based masquerading can masquerade packets of the following IPv4 L4 prot

- TCP
- UDP
- ICMP (only Echo request and Echo reply)
- ICMP

.. note::

For ICMP, support is limited to Echo request, Echo reply, and the
error message "Destination unreachable, fragmentation required,
and DF flag set".

By default, all packets from a pod destined to an IP address outside of the
``ipv4-native-routing-cidr`` range are masqueraded, except for packets destined
Expand Down

0 comments on commit 99e03ee

Please sign in to comment.