-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Add support for ICMP packet filtering. Specifically, add a rule like ICMPV4_ECHO_REPLY_IP_DST
which matches if the packet is ICMPv4 && an echo reply && destined to a specific IPv4 address, and an equivalent rule for ICMPv6. We might be able to slightly generalize this by allowing the rule to set an ICMP type/code filter condition.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress