ironcore icon indicating copy to clipboard operation
ironcore copied to clipboard

Allow filtering on ICMP and optionally specify message type in `NetworkPolicy`

Open adracus opened this issue 2 years ago • 0 comments

Summary

Currently, we only allow filtering by TCP, UDP and SCTP (SCTP also being highly irrelevant). We should also allow ICMP as protocol and, when specified, allow filtering by ICMP message type.

Basic example

protocol: ICMP
messageTypes: [EchoReply]

adracus avatar May 23 '23 13:05 adracus