From 67a77ce659dd9326cc926a0e884eb0cdbede3543 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Fri, 2 May 2025 21:05:29 -0400 Subject: [PATCH] Update README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d26fb1b..f25f540 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ Here are more details on the layout of the runtime configuration. | dst_ip6 | string | `NULL` | The destination IPv6 address to match (e.g. `fe80::ac21:14ff:fe4b:3a6d`). | | min_ttl | int | `NULL` | The minimum TTL (time-to-live) to match. | | max_ttl | int | `NULL` | The maximum TTL (time-to-live) to match. | +| min_len | int | `NULL` | The minimum packet length to match (includes the entire packet including the ethernet header and payload). | | max_len | int | `NULL` | The maximum packet length to match (includes the entire packet including the ethernet header and payload). | | tos | int | `NULL` | The ToS (type-of-service) to match. |