From 7914659fa5d3efe08d8cb5f6bb0e9441445a6ffb Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 16 Jan 2023 21:09:08 +0000 Subject: [PATCH] icmp-type/code also match for proto 58 (ipv6-icmp) --- docs/config-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config-guide.md b/docs/config-guide.md index 3852e89..f94667a 100644 --- a/docs/config-guide.md +++ b/docs/config-guide.md @@ -429,9 +429,9 @@ packets then either perform an action of `permit` or `deny` (for stateless) or ` and/or end ranges (eg. `-10` for all types from 0-10 inclusive; or `10-` for all types from 10-255 inclusive, or an actual range `10-15`). The default keyword `any` is also permitted, which results in range `0-255`, and is the default if the field is not specified. This field - can only be specified if the `protocol` field is `icmp` (or `1`). + can only be specified if the `protocol` field is `icmp` (1) or `ipv6-icmp` (58). * ***icmp-code***: Similar to `icmp-type` but for the ICMP code field. This field can only be - specified if the `protocol` field is `icmp` (or `1`). + specified if the `protocol` field is `icmp` (1) or `ipv6-icmp` (58). An example ACL with four ACE terms: ```