Skip to content

Commit 116e45a

Browse files
committed
Update compat doc
1 parent 716cea4 commit 116e45a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/ngf/overview/gateway-api-compatibility.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
178178
- `requestHeaderModifier`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest.
179179
- `urlRewrite`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest. Incompatible with `requestRedirect`.
180180
- `responseHeaderModifier`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest.
181-
- `requestMirror`, `extensionRef`: Not supported.
181+
- `requestMirror`: Supported. Multiple mirrors can be specified.
182+
- `extensionRef`: Supported for SnippetsFilters.
182183
- `backendRefs`: Partially supported. Backend ref `filters` are not supported.
183184
- `status`
184185
- `parents`
@@ -226,7 +227,8 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
226227
- `type`: Supported.
227228
- `requestHeaderModifier`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest.
228229
- `responseHeaderModifier`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest.
229-
- `requestMirror`, `extensionRef`: Not supported.
230+
- `requestMirror`: Supported. Multiple mirrors can be specified.
231+
- `extensionRef`: Supported for SnippetsFilters.
230232
- `backendRefs`: Partially supported. Backend ref `filters` are not supported.
231233
- `status`
232234
- `parents`

0 commit comments

Comments
 (0)