Skip to content

Commit 6ec9e47

Browse files
authored
feat: Update gateway-api compatibility docs (#821)
Update gateway-api compatibility docs
1 parent af2a366 commit 6ec9e47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
167167
- `requestHeaderModifier`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest.
168168
- `urlRewrite`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest. Incompatible with `requestRedirect`.
169169
- `responseHeaderModifier`: Supported. If multiple filters are configured, NGINX Gateway Fabric will choose the first and ignore the rest.
170-
- `requestMirror`: Supported. Multiple mirrors can be specified.
170+
- `requestMirror`: Supported. Multiple mirrors can be specified. Percent and fraction-based mirroring are supported.
171171
- `extensionRef`: Supported for SnippetsFilters.
172172
- `backendRefs`: Partially supported. Backend ref `filters` are not supported.
173173
- `status`
@@ -189,6 +189,7 @@ See the [static-mode]({{< ref "/ngf/reference/cli-help.md#static-mode">}}) comma
189189
- `ResolvedRefs/False/BackendNotFound`
190190
- `ResolvedRefs/False/UnsupportedValue`: Custom reason for when one of the HTTPRoute rules has a backendRef with an unsupported value.
191191
- `ResolvedRefs/False/InvalidIPFamily`: Custom reason for when one of the HTTPRoute rules has a backendRef that has an invalid IPFamily.
192+
- `ResolvedRefs/False/UnsupportedProtocol`
192193
- `PartiallyInvalid/True/UnsupportedValue`
193194

194195
### GRPCRoute

0 commit comments

Comments
 (0)